https://github.com/tacc/sharelatex-compose
https://github.com/tacc/sharelatex-compose
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tacc/sharelatex-compose
- Owner: TACC
- Created: 2015-11-15T01:50:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-02T15:39:34.000Z (over 9 years ago)
- Last Synced: 2024-04-16T02:11:42.881Z (about 1 year ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
docker-compose stack for ShareLatex project.
Instructions:
1. docker-compose up -d
2. docker exec -it sharelatex_sharelatex_1 /bin/bash -c "cd /var/www/sharelatex/web; npm install"
3. docker exec sharelatex_sharelatex_1 /bin/bash -c "cd /var/www/sharelatex/web; grunt create-admin-user --email [email protected]"