Last active
June 16, 2020 16:26
-
-
Save mgmgpyaesonewin/383cab36bb3cc784343409a341b58aa7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Fress install server setup | |
| https://www.digitalocean.com/community/tutorials/initial-server-setup-with-ubuntu-18-04 | |
| Setting Up Firewall | |
| https://www.digitalocean.com/community/tutorials/how-to-set-up-a-firewall-with-ufw-on-ubuntu-18-04 | |
| install docker | |
| https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-18-04 | |
| install docker-compose | |
| https://www.digitalocean.com/community/tutorials/how-to-install-docker-compose-on-ubuntu-18-04 | |
| ERROR: Couldn't connect to Docker daemon at http+docker://localhost - is it running? | |
| sudo chmod 777 /var/run/docker.sock | |
| Useful links for open edx | |
| https://edx.readthedocs.io/projects/edx-installing-configuring-and-running/en/open-release-ginkgo.master/ecommerce/create_products/index.html | |
| Tutor Docs | |
| https://docs.tutor.overhang.io/ | |
| Install Pip (python 3) | |
| sudo apt install python3-pip | |
| File Location (cms.auth.json cms.env.json lms.auth.json lms.env.json) | |
| ~/.local/share/tutor/env/apps/openedx/config/ | |
| Open Edx API | |
| - https://courses.edx.org/api-docs | |
| Studio Open Edx API | |
| - https://studio.edx.org/api-docs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment