This website requires JavaScript.
Explore
Help
Register
Sign In
christianlight
/
tutor
Watch
6
Star
0
Fork
0
You've already forked tutor
mirror of
https://github.com/ChristianLight/tutor.git
synced
2024-11-05 12:57:52 +00:00
Code
Issues
Releases
Activity
d34e32658c
tutor
/
.gitignore
8 lines
78 B
Plaintext
Raw
Normal View
History
Unescape
Escape
:sunrise:
2017-07-03 10:39:19 +00:00
.*.swp
Simplify configurator Template files are now directly loaded in the configurator container, so that it is possible to run the configurator container directly, outside of this project.
2018-09-15 14:19:35 +00:00
config/
git-ignore development files and folders I keep a TODO file locally, as well as data-RELEASE folders for working on multiple releases at the same time.
2018-06-08 21:50:26 +00:00
data-*/
TODO
Fix private requirements version control private.txt was under version control.
2018-11-20 10:45:49 +00:00
openedx/requirements/private.txt
More simple nginx port mapping Added the possibility to easily change the ports that nginx listens to. This is useful, for instance when Apache or Nginx already runs on the host. With this change, it is no longer necessary to edit the docker-compose file to modify these ports. To deploy with alternate ports, add a `.env` file with the following contents: ``` OPENEDX_NGINX_PORT=8080 OPENEDX_NGINX_TLSPORT=8443 ```
2018-11-13 16:48:33 +00:00
.env
Package static assets inside the openedx image This allows us to deploy much faster: all we have to do is to copy the assets from the container to the shared volume. We also changed the way themes are managed: similarly to static assets, they are now packaged inside the docker image.
2018-12-07 18:30:30 +00:00
!.gitignore
Copy Permalink