Update SETUP.md

This commit is contained in:
gillkyle
2019-04-25 00:00:11 -07:00
committed by GitHub
parent a1cc8dc145
commit af425809b4

View File

@@ -2,15 +2,6 @@
Setting up Sol Journal requires a free Firebase account since many of the features rely on built in Firebase capabilities to allow functionality offline. The free plan gives you 50,000 reads and 20,000 writes per day, meaning you can easily run a personal version for yourself. Setting up Sol Journal requires a free Firebase account since many of the features rely on built in Firebase capabilities to allow functionality offline. The free plan gives you 50,000 reads and 20,000 writes per day, meaning you can easily run a personal version for yourself.
## Code Setup
Having node installed is a prerequistie, you can follow instructions to get it setup yourself.
You will need to install the firebase command line tools to deploy the site
```bash
npm install -g firebase-tools
```
## Setting up Firebase ## Setting up Firebase
@@ -79,3 +70,21 @@ In order to prevent would be hackers or nefarious folks from messing with data i
![](https://raw.githubusercontent.com/gillkyle/images/master/sol-journal-setup/14.png) ![](https://raw.githubusercontent.com/gillkyle/images/master/sol-journal-setup/14.png)
##### Configuration ##### Configuration
## Code Setup
Having node installed is a prerequistie, you can follow instructions to get it setup yourself.
You will need to install the firebase command line tools to deploy the site
```bash
npm install -g firebase-tools
```
With the command line tools installed you will need to login to firebase from the terminal with the account you setup on Firebase
```bash
firebase login
```
Follow the prompted instructions to connect your account.