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-12-04 19:03:39 +00:00
Code
Issues
Releases
Activity
beabe6c0cf
tutor
/
.gitignore
7 lines
66 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
Copy Permalink