Skip to content
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.

how to install #59

Closed
jmavasa opened this issue Nov 7, 2016 · 1 comment
Closed

how to install #59

jmavasa opened this issue Nov 7, 2016 · 1 comment

Comments

@jmavasa
Copy link

jmavasa commented Nov 7, 2016

is there any how to install document

@AndrewWalsh
Copy link
Member

Hi there,

It's a bit complex at the moment, but we'll streamline the process in the near future. For the current build you can do the following (it will require a local Postgres database and Google consumer keys):

  1. Clone/download the app as normal
  2. Run 'npm install' in the root directory

Finally - set up a Postgres database and pass environment variables to the app accordingly. You can do this by creating a file called '.env' in the root directory with the variables below. You'll also need to pass in Google auth credentials.

GOOGLE_CONSUMER_KEY
GOOGLE_CONSUMER_SECRET
PSQL_USERNAME
PSQL_PASSWORD
PSQL_DATABASE

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants