Skip to content

Commit

Permalink
Merge branch 'master' into i2_screenshots_in_readme
Browse files Browse the repository at this point in the history
  • Loading branch information
paulheider authored Apr 6, 2017
2 parents fb75399 + 450035f commit 898fe6a
Showing 1 changed file with 9 additions and 15 deletions.
24 changes: 9 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,21 @@ Configuration
Running this Shiny app requires a few configuration steps.

1. Download or clone this code to `$SBA_DIR` (whereever you want that to be):

```bash
export SBA_DIR=/path/to/parent/directory/ShinyBudgetAnalysis

cd $SBA_DIR
'''
```
2. Export your data from GnuCash
a. `File` -> `Export` -> `Export Transactions to CSV`
b. Click `Forward` (Use the default settings for "Quotes" and "Separators")
c. Select the `Expenses` radio button
d. Click on `Expenses` in the box below the radio buttons and then click `Select Subaccounts`
e. Choose a date range (optional)
f. Click `Forward`
g. Save the `.csv` file in `$SBA_DIR/data`
1. `File` -> `Export` -> `Export Transactions to CSV`
2. Click `Forward` (Use the default settings for "Quotes" and "Separators")
3. Select the `Expenses` radio button
4. Click on `Expenses` in the box below the radio buttons and then click `Select Subaccounts`
5. Choose a date range (optional)
6. Click `Forward`
7. Save the `.csv` file in `$SBA_DIR/data`
3. Find all the `CHANGEME` entries in the R files and update them with your preferred values
4. Launch the Shiny server from within your favorite R shell or program
```R
## Load the shiny librar
library( "shiny" )
Expand All @@ -44,4 +38,4 @@ Running this Shiny app requires a few configuration steps.

## As above but I'll open the app myself in an browser
runApp( "$SBA_DIR" , display.mode = "showcase" , launch.browser = FALSE )
'''
```

0 comments on commit 898fe6a

Please sign in to comment.