Mac OS Kitematic – Docker Image Toolbox with sharelatex

1. Install Kitematic (Beta) https://www.docker.com/toolbox 2. Install tiagoboldt/sharelatex-docker https://hub.docker.com/r/tiagoboldt/sharelatex-docker/ 3. Start the docker image 4. Open Exec terminal 5. Change directory to: /sharelatex/web 6. Execute: grunt create-admin-user --email joe@example.com  replace  joe@example.com with your adminstrator's email address 7. Follow the generated web link to set the password: Maybe you need to replace the ip and port to the ones provided by kitematic for your image, see: Settings/Ports/MAC IP:PORT 8. Publish (www): in order to be able to access your docker image from the internet you must expose your local docker subnet ip/port to your host subnet: ill recommend using nap/netcat/ncat for this: https://nmap.org/download.html#macosx 8.1 Install…

0 Comments