clarity changes to ubuntu docs #832

Merged
jessopb merged 1 commit from readmeUpdatesDec17 into master 2018-12-18 02:51:54 +01:00

View file

@ -132,13 +132,14 @@ Log in as username@domainname or username@ip_address
`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)
## Secure Setup
`sudo mysql_secure_installation`
* Password your_mysql_password
* No to password validation
* 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`
(once your wallet balance has cleared)
`npm run configure`
The script will ask for the following values:
* Database: lbry
* 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 a directory where uploads should be stored: (/home/lbry/Uploads)
`npm run build` (or `npm run dev` to build for developing)
`npm run start`
## Try it