Skip to content

nokia/sharelatex-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sharelatex for docker

$ git clone [email protected]:Mic92/sharelatex-docker.git
$ git submodule update --init
  • first deploy servers with ansible

  • Get docker & docker-compose

  $ ansible-playbook --become -i /etc/ansible/hosts /etc/ansible/site.yml
  $ make build
  $ make upload # to registry deployed with ansible
  # seed database with test users
  $ docker exec -ti sharelatex_web_1 bash
  $ node app/js/seed.js
  • Rancher

http://localhost:8080/env/1a5/api -> register api api key

About

Sharelatex as modular docker containers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • CoffeeScript 80.2%
  • Shell 11.4%
  • Ruby 6.5%
  • Makefile 1.9%