This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
# core
All service deployment files (Dockerfiles, docker-compose, tools) used for 42l's production server.
This repository must be cloned in the docker user’s home folder (`/home/$USER/core`). This path is hardcoded [here](https://git.42l.fr/42l/core/src/commit/aaf77b9ffe6d2e981258d6e084233a6b8f6bef97/manager.sh#L199) but should be quite easy to customize. For most of our production uses, this path will be used.
### Usage
#### `manager register`
Creates the `manager` symlink in `/usr/local/bin` and register autocompletions for the fish shell.
For the first run, you should directly execute `./manager.sh register` so `manager` is effective from any working directory.