Installation
Linux
Requirements
Steps
# Clone the project
git clone https://github.com/h0lm0/pwnthemall.git
cd pwnthemall
# Make .env & update it as you want
cp .env.example .env
# Run it all !
bash pta-cli.sh compose up -b -e prod
# Or if you want to run the development environment
bash pta-cli.sh compose up -b -e devWindows - DEPRECATED
Requirements
Steps
Last updated