forked from cassiopc/boca
-
Notifications
You must be signed in to change notification settings - Fork 1
BOCA Online Contest Administrator
License
rlaiola/boca
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Please find the documentation in the doc/ folder. ## Quick Start - Open a Terminal window and make sure Docker engine is up and running: ```sh # List docker images docker image ls # List containers docker container ls -a ``` - Launch BOCA: ```sh docker compose up -d ``` - To restore a database dump in `backups/boca-db.dump`: ```sh docker compose --profile restore up -d ``` * To stop the application: ```sh docker compose down ```
About
BOCA Online Contest Administrator
Resources
License
Code of conduct
Contributing
Security policy
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- PHP 92.1%
- Shell 3.8%
- JavaScript 2.1%
- C 1.5%
- Other 0.5%