Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
moughxyz committed Aug 5, 2018
1 parent c12644d commit 7551170
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,31 @@ This repo contains the core code used in the web app, as well as the Electron-ba
1. `npm install`
1. `bundle exec rake bower:install`
1. `grunt`
5. `rails s`
1. `rails s`

Open your browser to http://localhost:3000.

---

**Extensions Manager and Batch Manager:**

The web app makes use of two optional native extensions, which can be configured to work as follows:

1. `git submodule update --init --force --remote` (will load the submodules in the `public/extensions` folder)
1. Set the following environment variables in the .env file:
```
EXTENSIONS_MANAGER_LOCATION=extensions/extensions-manager/dist/index.html
BATCH_MANAGER_LOCATION=extensions/batch-manager/dist/index.min.html
```

You can also set the `SF_DEFAULT_SERVER` environment variable to set the default server for login and registration.

```
SF_DEFAULT_SERVER=https://sync.myserver
```

---

### Other repositories:

- Desktop app: https://github.com/standardnotes/desktop
Expand Down

0 comments on commit 7551170

Please sign in to comment.