Skip to content

Commit

Permalink
Merge pull request #1961 from SEED-platform/performance
Browse files Browse the repository at this point in the history
Performance
  • Loading branch information
nllong committed Dec 3, 2019
2 parents 6dad9f7 + 060ec76 commit b0c344f
Show file tree
Hide file tree
Showing 76 changed files with 6,129 additions and 1,655 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### Expected Behavior

### Actual Behavior
### Actual Behavior

### Steps to Reproduce

Expand All @@ -11,5 +11,5 @@
<!--If the issue occurred on a dev, staging, or production instance, then fill in the following information. Server SHA can be obtained from going to the about page on the instance and copying the Version.-->

Server Instance: `dev1, dev2, production, staging, etc`
Server SHA: `abcd123`
Server SHA: `abcd123`

2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ SEED_ADMIN_USER (required), admin user for SEED
SEED_ADMIN_PASSWORD (required), admin password for SEED
SEED_ADMIN_ORG (required), default organization for admin user in SEED
SECRET_KEY (required), unique key for SEED web application
AWS_ACCESS_KEY (optional), Access key for AWS
AWS_ACCESS_KEY_ID (optional), Access key for AWS
AWS_SECRET_ACCESS_KEY, Secret key for AWS
AWS_SES_REGION_NAME (optional), AWS Region for SES
AWS_SES_REGION_ENDPOINT (optional), AWS endpoint for SES
Expand Down
3 changes: 2 additions & 1 deletion docs/source/linux.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Install the following base packages to run SEED:
sudo apt install libpq-dev python3-dev python3-pip libatlas-base-dev \
gfortran build-essential nodejs npm libxml2-dev libxslt1-dev git \
libssl-dev libffi-dev curl uwsgi-core uwsgi-plugin-python mercurial
sudo apt install gdal-bin postgis
sudo apt install redis-server
sudo apt install timescaledb-postgresql-10 postgresql-contrib
Expand Down Expand Up @@ -98,7 +99,7 @@ you have manually installed within your infrastructure.
# Database
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'ENGINE': 'django.contrib.gis.db.backends.postgis',
'NAME': 'seeddb',
'USER': 'seeduser',
'PASSWORD': '<PASSWORD>',
Expand Down
Loading

0 comments on commit b0c344f

Please sign in to comment.