clarity changes to ubuntu docs #832

Merged
jessopb merged 1 commit from readmeUpdatesDec17 into master 2018-12-18 02:51:54 +01:00
Showing only changes of commit ebe928c158 - Show all commits

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
@ -223,13 +224,10 @@ tmux allows you to run multiple things in different sessions. Useful for manuall
Once your wallet has a balance, run this: Once your wallet has a balance, run this:
`npm run configure` `npm run configure`
(once your wallet balance has cleared)
`npm run configure`
The script will ask for the following values:
* Database: lbry * Database: lbry
* Username: root * Username: root
* Password: your_mysql_password * Password: your_mysql_password
@ -237,6 +235,8 @@ tmux allows you to run multiple things in different sessions. Useful for manuall
* Site Title: Your Site Name * Site Title: Your Site Name
* 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`