- Python 3
- Just
- Docker
- Docker Compose
- Note: If you are using Docker Desktop, this comes pre-installed
- Clone this repository - it might take a very long time:
git clone --recursive https://github.com/Dark25/AkiledDockerWeb.git
- Initiate the setup procedure:
just setup
- Create a User, and, in PhpMyAdmin, set it's rank to
25
- Alternatively, run
just createUser
to create a new user automatically. This does require the MariaDB C Connector. - On Ubuntu, this can be installed by running
just installUbuntuDeps
- Alternatively, run