Unverified Commit d74f22bc authored by iknowjason's avatar iknowjason Committed by GitHub
Browse files

Update README.md

Showing with 4 additions and 1 deletion
+4 -1
# README # README
There are two options to deploy this application. One is Manual Build Steps and the second is an automated Docker Compose. For Docker Compose, skip down to the "Docker Compose Steps" section below: There are two options to deploy this application. One is Manual Build Steps and the second is an automated Docker Compose.
For Docker Compose, skip down to the "Docker Compose Steps" section below:
MANUAL BUILD STEPS MANUAL BUILD STEPS
Note: Tested on Ubuntu Linux 18.04 built on Digital Ocean. Note: Tested on Ubuntu Linux 18.04 built on Digital Ocean.
Step 1: Install MySQL. These steps were verified on Ubuntu Linux 18.04. Step 1: Install MySQL. These steps were verified on Ubuntu Linux 18.04.
$sudo apt update $sudo apt update
$sudo apt install mysql-server mysql-client libmysqlclient-dev -y $sudo apt install mysql-server mysql-client libmysqlclient-dev -y
Run the mysql_secure_installation script. Run the mysql_secure_installation script.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment