A bash script that easily setup WordPress for non-technical users
- If you're not using Docker, then you can instantly run the command:
./install.sh
or
bash install.sh
Once the script is complete (takes about 3-5'), head over to your local browser at:
http://localhost:80
to access your wordpress site
- If you want to run in Docker container, make sure you've already installed Docker properly, and run this command:
./runit
or
bash runit
Afterwards, you'll enter your Docker container and can continue to execute step 1 from above to install your WordPress site.