- 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
- (optional) In Fedora it is common for partitions to be limited so use this command to verify the partition
lvscan
In Fedora it is common for partitions to be limited, so use this command to check the adsda partition and if it is available, add what you needsudo lvextend --size +5.9G --resizefs /dev/fedora_ip9/root
- Alternatively, run