clarity changes to ubuntu docs

This commit is contained in:
jessop 2018-12-17 19:33:42 -05:00
parent 8f9d80acbe
commit ebe928c158

View file

@ -132,13 +132,14 @@ Log in as username@domainname or username@ip_address
`sudo apt-get install mysql-server -y` `sudo apt-get install mysql-server -y`
( enter blank password each time if prompted) ( During install, enter blank password each time if prompted. We'll set one during secure setup.)
`sudo systemctl status mysql` (q to exit) `sudo systemctl status mysql` (q to exit)
## Secure Setup ## Secure Setup
`sudo mysql_secure_installation` `sudo mysql_secure_installation`
* Password your_mysql_password * Password your_mysql_password
* No to password validation * No to password validation
* Y to all other options * Y to all other options
@ -225,10 +226,7 @@ tmux allows you to run multiple things in different sessions. Useful for manuall
`npm run configure` `npm run configure`
(once your wallet balance has cleared) The script will ask for the following values:
`npm run configure`
* Database: lbry * Database: lbry
* Username: root * Username: root
@ -238,6 +236,8 @@ tmux allows you to run multiple things in different sessions. Useful for manuall
* Enter your site's domain name: https://example.com or http://localhost:3000 * Enter your site's domain name: https://example.com or http://localhost:3000
* Enter a directory where uploads should be stored: (/home/lbry/Uploads) * Enter a directory where uploads should be stored: (/home/lbry/Uploads)
`npm run build` (or `npm run dev` to build for developing)
`npm run start` `npm run start`
## Try it ## Try it