We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Merge pull request #43 from seattleflu/rename-internal-scan-mentions Rename Internal SCAN Switchboard Mentions to SFS Switchboard
fix path updates per review
Include details for ssh agent forwarding in deployment docs
Point sfs-switchboard url to current repo name
rename scan-switchboard mentions to sfs
Update deployment instructions for new uwsgi@.service approach
Updated Deploying (markdown)
Deploying: add cron error example
Deploying: note delay in deploying shipping view changes
Deploying: Update instructions for Switchboard after Pipenv → pip-tools change
Deploying: Update apache2 authorized-users file Instead of maintaining separate files for authorized users for each app, we're now maintaining one file. Reflect this in the documentation.
Deploying: move link aliases to bottom
Deploying: Document apache2 deployment
Deploying: Document how to deploy apps initially
Deploying: document hosting services
Deploying: Restructure headings Nest the current steps for deployment under a section header called Recurring deployments in preparation for steps for initial deployments.
Deploying: Use `reload`, not `restart` for uWSGI Restart takes the service offline briefly, while reload has zero downtime. In the past, we've occassionally run into permissions issues with the uwsgi envdir when using `restart`, which I'll document separately under Troubleshooting.
deploying: restart web API only when necessary Since the restart briefly takes the API offline, it should only be done if necessary and not with every deployment.
Deploying: Mention SQLite db changes in Switchboard The old SQLite database file needs to be deleted if any recent changes to the Switchboard resulted in changes to the `record_barcodes` table.
Deploying: document location of uWSGI log files
Deploying: link to scan-switchboard source code
Deploying: Update ToC Remove hyperlinks from heading names because this interferes with auto- generation of an up-to-date table of contents. Move the links to source code to a bullet point below each header.
Deploying: add husky-musher instructions
Deploying: Update uWSGI deployment to reflect file permissions issues requiring a restart
Deploying: specimen-manifests instructions Add simple instructions for deploying changes to the (private) specimen-manifests repository
Update Deploying.md