-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Ansible roles manifest (#1330)
- Loading branch information
Showing
1 changed file
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
| Name | Dev? | Prod? | Description | | ||
|-----------------------|------|-------|-------------| | ||
| system/aws | | X | Create `cadasta` Linux user | | ||
| system/common | X | X | Set up `~/.pgppass` | | ||
| system/common | X | X | Set up `~/.pgpass` | | ||
| db/common | X | X | Configure Postgres APT | | ||
| db/development | X | | Install Postgres server and other packages; set up local authentication; create Cadasta database, database user; install PostGIS | | ||
| db/production | | X | Install Postgres client and other packages; create Cadasta database, database user; install PostGIS | | ||
| cadasta/install | | X | Set up `/opt/cadasta`; clone `cadasta-platform` repo; set up environment variables | | ||
| cadasta/application | X | X | Create virtual environment; install requirements; Django migrate; build front-end | | ||
| cadasta/development | X | | Install Python development requirements | | ||
| webserver/common | X | X | Install nginx | | ||
| webserver/development | X | | Set up development site configuration | | ||
| webserver/production | | X | Install uWSGI; set up uWSGI emperor process; set up production site configuration; set up uWSGI | | ||
| cadasta/production | | X | Install Python production requirements; write templates for Inline Manual, Google Analytics | | ||
| webserver/production | | X | Install nginx, uWSGI; set up uWSGI; set up production site configuration | |