1
0
Fork 0
mirror of https://github.com/overleaf/toolkit.git synced 2025-04-19 07:18:06 +02:00
No description
Find a file
Eric Mc Sween 2a562c1a72 Show container logs via bin/logs
Most of our service logs are found inside the sharelatex container in
/var/sharelatex/logs, but some service logs (for mongo, redis,
git-bridge) are found in the container logs. The bin/logs script can now
show both types of logs.

In addition, the -n option, which controls how many lines of logs are
output now accepts the string "all" to make it easy to show all
available logs for a given service.

This is meant to be used to easily extract logs with:

    bin/logs -n all service > service.log
2023-05-12 08:02:02 -04:00
.github added github Issue and PR templates for contributions 2020-10-02 12:32:22 +02:00
bin Show container logs via bin/logs 2023-05-12 08:02:02 -04:00
config Public release of the Overleaf Toolkit 2020-08-19 13:31:17 +01:00
data Public release of the Overleaf Toolkit 2020-08-19 13:31:17 +01:00
doc [docs] extend docs for upgrading from 0.x 2022-11-17 13:03:29 +00:00
lib Change the location of the git-bridge data directory 2023-05-10 17:17:32 -04:00
.gitignore Public release of the Overleaf Toolkit 2020-08-19 13:31:17 +01:00
CHANGELOG.md Updated seed version to 3.5.5 2023-03-21 16:54:50 +00:00
LICENSE Public release of the Overleaf Toolkit 2020-08-19 13:31:17 +01:00
README.md Make git clone commands match 2022-10-12 09:52:12 +01:00

Overleaf Toolkit

This repository contains the Overleaf Toolkit, the standard tools for running a local instance of Overleaf. This toolkit will help you to set up and administer both Overleaf Community Edition (free to use, and community supported), and Overleaf Server Pro (commercial, with professional support).

The Developer wiki contains further documentation on releases, features and other configuration elements.

Getting Started

Clone this repository locally:

git clone https://github.com/overleaf/toolkit.git ./overleaf-toolkit

Then follow the Quick Start Guide.

Documentation

See Documentation Index

Contributing

See the CONTRIBUTING file.

Getting Help

Users of the free Community Edition should open an issue on github.

Users of Server Pro should contact support@overleaf.com for assistance.

In both cases, it is a good idea to include the output of the bin/doctor script in your message.