1
0
Fork 0
mirror of https://github.com/overleaf/toolkit.git synced 2025-04-19 15:28:06 +02:00
No description
Find a file
2020-06-12 10:57:57 +01:00
bin Handle error in backup-config script 2020-06-12 10:57:57 +01:00
config remove old files 2020-06-04 16:15:32 +01:00
data init, basic doctor 2020-06-02 14:20:23 +01:00
examples Specify exact version of image 2020-06-12 10:03:12 +01:00
.gitignore update gitignore 2020-06-04 16:23:42 +01:00
README.md Update readme, ad a todo list 2020-06-10 10:18:58 +01:00

Overleaf Toolkit

Getting Started

  • Run bin/init
    • this will populate config files in config/
  • 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