-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker support [WIP] #32
base: master
Are you sure you want to change the base?
Commits on Nov 19, 2014
-
Configuration menu - View commit details
-
Copy full SHA for f3f4c52 - Browse repository at this point
Copy the full SHA f3f4c52View commit details
Commits on Jul 2, 2017
-
Configuration menu - View commit details
-
Copy full SHA for f180435 - Browse repository at this point
Copy the full SHA f180435View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a719f0 - Browse repository at this point
Copy the full SHA 3a719f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ce0fa2 - Browse repository at this point
Copy the full SHA 9ce0fa2View commit details
Commits on Jul 23, 2017
-
Configuration menu - View commit details
-
Copy full SHA for c3268bc - Browse repository at this point
Copy the full SHA c3268bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 247b23e - Browse repository at this point
Copy the full SHA 247b23eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89d689f - Browse repository at this point
Copy the full SHA 89d689fView commit details -
Serve static assets using Whitenoise
This is useful for development, when there is no nginx server to serve assets.
Configuration menu - View commit details
-
Copy full SHA for cdcb34f - Browse repository at this point
Copy the full SHA cdcb34fView commit details -
Avoid crash during initial migration
As suggested by @elelay on #32 (comment)
Configuration menu - View commit details
-
Copy full SHA for 44e40e4 - Browse repository at this point
Copy the full SHA 44e40e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f74bbd - Browse repository at this point
Copy the full SHA 6f74bbdView commit details -
Comment out django-nose from INSTALLED_APPS
This keeps crashing with ` ModuleNotFoundError: No module named 'django_nose'` even though the package is installed. Let's ignore for now.
Configuration menu - View commit details
-
Copy full SHA for d3580b3 - Browse repository at this point
Copy the full SHA d3580b3View commit details
Commits on Jul 24, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 20ff6fa - Browse repository at this point
Copy the full SHA 20ff6faView commit details -
Configuration menu - View commit details
-
Copy full SHA for b7aadf5 - Browse repository at this point
Copy the full SHA b7aadf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c03404 - Browse repository at this point
Copy the full SHA 2c03404View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba29198 - Browse repository at this point
Copy the full SHA ba29198View commit details
Commits on Jul 25, 2017
-
Revert some changes from 89d689f
The now-reverted changed made the use of the scripts less generic for other uses.
Configuration menu - View commit details
-
Copy full SHA for 95bf714 - Browse repository at this point
Copy the full SHA 95bf714View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea99b1f - Browse repository at this point
Copy the full SHA ea99b1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 558179b - Browse repository at this point
Copy the full SHA 558179bView commit details -
`manage.py runserver` is not intended for serving production traffic https://docs.djangoproject.com/en/1.8/ref/django-admin/#runserver-port-or-address-port
Configuration menu - View commit details
-
Copy full SHA for bcf227e - Browse repository at this point
Copy the full SHA bcf227eView commit details
Commits on Aug 6, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 91f3312 - Browse repository at this point
Copy the full SHA 91f3312View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4cd336 - Browse repository at this point
Copy the full SHA b4cd336View commit details
Commits on Aug 22, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 1ea4a8a - Browse repository at this point
Copy the full SHA 1ea4a8aView commit details
Commits on Sep 9, 2017
-
Configuration menu - View commit details
-
Copy full SHA for f316715 - Browse repository at this point
Copy the full SHA f316715View commit details
Commits on Sep 25, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 0aed0da - Browse repository at this point
Copy the full SHA 0aed0daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1491582 - Browse repository at this point
Copy the full SHA 1491582View commit details
Commits on Oct 26, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a5f9fa1 - Browse repository at this point
Copy the full SHA a5f9fa1View commit details
Commits on Oct 28, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 0763228 - Browse repository at this point
Copy the full SHA 0763228View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6c9430 - Browse repository at this point
Copy the full SHA a6c9430View commit details
Commits on Dec 2, 2017
-
Configuration menu - View commit details
-
Copy full SHA for e0558bc - Browse repository at this point
Copy the full SHA e0558bcView commit details
Commits on Jan 16, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 193d19c - Browse repository at this point
Copy the full SHA 193d19cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a46e2d - Browse repository at this point
Copy the full SHA 7a46e2dView commit details
Commits on Jan 18, 2018
-
used in containers depending on postresql readiness. No need for full psql command: the simple psql.py script is enough.
Configuration menu - View commit details
-
Copy full SHA for 57a4d07 - Browse repository at this point
Copy the full SHA 57a4d07View commit details
Commits on Jan 26, 2018
-
docker-compose: wait for postgres + init; don't run base
- enhanced wait-for-postgres.py: 1. waits for DB 2. if not running migrate, exit with error message if tables are missing - move base to a different file otherwise it's also started and two web services are running.
Configuration menu - View commit details
-
Copy full SHA for aef345a - Browse repository at this point
Copy the full SHA aef345aView commit details
Commits on Jan 30, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 4cc2ee0 - Browse repository at this point
Copy the full SHA 4cc2ee0View commit details
Commits on Feb 1, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 437eb37 - Browse repository at this point
Copy the full SHA 437eb37View commit details
Commits on Feb 18, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2ecfc89 - Browse repository at this point
Copy the full SHA 2ecfc89View commit details
Commits on Mar 24, 2018
-
Merge pull request #84 from elelay/docker-wait-for-postgres
wait for postgres + check db initialized
Configuration menu - View commit details
-
Copy full SHA for e40bf7d - Browse repository at this point
Copy the full SHA e40bf7dView commit details
Commits on May 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f305196 - Browse repository at this point
Copy the full SHA f305196View commit details
Commits on Jun 28, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 86836ed - Browse repository at this point
Copy the full SHA 86836edView commit details
Commits on Aug 15, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 7611dbc - Browse repository at this point
Copy the full SHA 7611dbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85343ec - Browse repository at this point
Copy the full SHA 85343ecView commit details
Commits on Sep 2, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2567edc - Browse repository at this point
Copy the full SHA 2567edcView commit details
Commits on Oct 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 15c1204 - Browse repository at this point
Copy the full SHA 15c1204View commit details
Commits on Oct 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a15262e - Browse repository at this point
Copy the full SHA a15262eView commit details
Commits on Oct 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 44b0499 - Browse repository at this point
Copy the full SHA 44b0499View commit details
Commits on Feb 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 560f3eb - Browse repository at this point
Copy the full SHA 560f3ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31365aa - Browse repository at this point
Copy the full SHA 31365aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 406f1d5 - Browse repository at this point
Copy the full SHA 406f1d5View commit details
Commits on Apr 14, 2020
-
Allow to run Makefile command without sudo
There is no sudo available in the Docker environment. Let's just move the `apt-get` call command to a variable, and override it in Makefile call in the Dockerfile.
Configuration menu - View commit details
-
Copy full SHA for 8484c3e - Browse repository at this point
Copy the full SHA 8484c3eView commit details -
Set POSTGRES_HOST_AUTH_METHOD in Postgres Docker
There was a breaking change recently in Postgres Docker image: ``` Error: Database is uninitialized and superuser password is not specified. You must specify POSTGRES_PASSWORD for the superuser. Use "-e POSTGRES_PASSWORD=password" to set it in "docker run". You may also use POSTGRES_HOST_AUTH_METHOD=trust to allow all connections without a password. This is *not* recommended. See PostgreSQL documentation about "trust": https://www.postgresql.org/docs/current/auth-trust.html ``` This may not be the best setting, but let's go for this. See docker-library/postgres#681
Configuration menu - View commit details
-
Copy full SHA for 4efb585 - Browse repository at this point
Copy the full SHA 4efb585View commit details -
Add gettext to makefile dependencies
Without it, the step `compilemessages` fails.
Configuration menu - View commit details
-
Copy full SHA for 93131ae - Browse repository at this point
Copy the full SHA 93131aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f4ac38 - Browse repository at this point
Copy the full SHA 9f4ac38View commit details -
Set STATIC_ROOT for serving static assets using Whitenoise
This is one of the few requirements for whitenoise to just work. See http://whitenoise.evans.io/en/stable/django.html (This had been done in cdcb34f, but probably lost in a master merge)
Configuration menu - View commit details
-
Copy full SHA for a7045b9 - Browse repository at this point
Copy the full SHA a7045b9View commit details
Commits on Sep 24, 2020
-
Merge pull request #397 from JeanFred/docker
Some fixes for the Docker setup
Josh Clements authoredSep 24, 2020 Configuration menu - View commit details
-
Copy full SHA for 06a1b80 - Browse repository at this point
Copy the full SHA 06a1b80View commit details