mirror of
https://github.com/overleaf/toolkit.git
synced 2025-04-19 15:28:06 +02:00
No description
bin | ||
config | ||
data | ||
examples | ||
.gitignore | ||
README.md |
Overleaf Toolkit
Getting Started
- Run
bin/init
- this will populate config files in
config/
- this will populate config files in
- Run
bin/up
- this will start the service with docker-compose
Doctor
Run bin/doctor
for debug output
Config files
config/docker-compose.yml
- base config file for docker-compose, not meant to be edited
config/local.yml
- local overrides, and environment configuration, editable
Data directories
data/mongo
data/redis
data/sharelatex
All are persisted outside of the containers.
TODO
- Improve the init script
- Figure out if we can have a separate
image.txt
file - Cleaner config, especially in
local.yml
- Re-assess naming of config files
- Consistent
--help
output from each tool - Full documentation
- New user walkthrough
- Documentation for each file
- Documentation for each tool in the bin folder