2020-03-25 22:35:39 +01:00
2019-08-11 20:01:49 +00:00
2018-03-27 19:23:24 +02:00
2018-09-27 17:33:15 +02:00
2020-01-31 11:38:40 +01:00
2018-03-15 12:42:13 +01:00
2018-03-15 12:42:13 +01:00
2020-01-13 17:07:14 +01:00
2020-01-13 17:07:14 +01:00
2018-03-15 12:42:13 +01:00

Tagesschule elementa

Docker

  1. Copy environment files .env*.example to .env* and make the configuration changes. Configure database user and ports for docker.

    • HTTP_PORT=8009 [.env]
    • HTTPS_PORT=4047 [.env]
  2. Main app has several mountpoints / volumes. Point them into the appropriate location on your filesystem

    • ./docker/static_collected
    • ./docker/data/media
    • ./docker/data
  3. To start

     docker-compose up
    
  4. Restore DB

     docker exec -i tagesschule_db_1 pg_restore -U django --no-owner -d db < 41ebf901-4607-4653-9b00-54a42d877b38.dump       
    
  5. Migrate

     docker-compose exec web manage.py migrate
    
Description
No description provided
Readme 4.2 MiB
Languages
JavaScript 63.3%
HTML 16%
Python 8.9%
SCSS 5.8%
CSS 5.3%
Other 0.6%