Automation deploy static website to Docker
This project I created to help my friend deploy his static website to Docker container with an SSL Certificate inside.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
First, please help by clonning this project to your machine
git clone https://github.com/sheid1309/plybi-fe.git
After that, please point your domain to the IP address of your VM. Suppose your domain will be plybi.com
After that, please follow below steps to run the project
Change to root user of your machine by using below command. Enter root password if needed.
sudo su -
Give permission to excute the bash script
chmod +x install.sh
chmod -R +x scripts
End with an example of getting some data out of the system or using it for a little demo.
Run the following command to start the main script
./install.sh
After that you will see a menu appear. Please follow from Step 1 to Step 4 in the menu to finish the magic
- @sheid1309 - Idea & Initial work
- Hat tip to anyone whose code was used
- Inspiration
- References