Skip to content

rlaiola/boca

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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

No packages published

Languages

  • PHP 92.1%
  • Shell 3.8%
  • JavaScript 2.1%
  • C 1.5%
  • Other 0.5%