From c405003231e87598c35fdce1f11bd55360690dc6 Mon Sep 17 00:00:00 2001 From: Shawn K Date: Fri, 9 Nov 2018 19:15:34 -0500 Subject: [PATCH] Update README.md Update setup instructions link. --- README.md | 35 ++++------------------------------- 1 file changed, 4 insertions(+), 31 deletions(-) diff --git a/README.md b/README.md index 6b741065..0238f165 100644 --- a/README.md +++ b/README.md @@ -5,45 +5,18 @@ You can create your own custom version of spee.ch by installing this code base a ## Quickstart +### Ubuntu +[Ubuntu VPS Setup](./docs/ubuntu16vpspersonal.md) + _note: this is the quickstart guide, for an in-depth step-by-step overview visit the [fullstart guide](https://github.com/lbryio/spee.ch/blob/readme-update/fullstart.md)._ -#### Install System Dependencies: +#### System Dependencies: * [node](https://nodejs.org) * [MySQL](https://dev.mysql.com/doc/refman/8.0/en/installing.html) * [`lbry`](https://github.com/lbryio/lbry) daemon * note: retrieve an address from the daemon and send your wallet a few credits (or join us in the [#speech discord channel](https://discord.gg/YjYbwhS) and we will send you a few) * [FFmpeg](https://www.ffmpeg.org/download.html) -#### Clone this repo -``` -$ git clone https://github.com/lbryio/spee.ch.git -``` - -#### Change directory into your project -``` -$ cd spee.ch -``` - -#### Install node dependencies -``` -$ npm install -``` - -#### Create the config files using the built-in CLI -``` -$ npm run configure -``` - -#### Build & start the app - -_note: make sure lbry is running in the background before proceeding_ -``` -$ npm run start -``` - -#### View in browser - * Visit [http://localhost:3000](http://localhost:3000) in your browser - #### Customize your app Check out the [customization guide](https://github.com/lbryio/spee.ch/blob/readme-update/customize.md) to change your app's appearance and components