WeTransfer/Xperiments

Improve install instructions

tob opened this issue · 3 comments

tob commented

These install instructions contained in the Readme are lacking few steps:

  1. brew install elixir

  2. git clone git@github.com:WeTransfer/Xperiments.git

  3. cd Xperiments; mix deps.get

  4. mix ecto.create && mix ecto.migrate

  5. npm install yarn

  6. (cd assets; yarn install)

  7. mix phx.server

  8. bre install postgres ??

  9. createuser -s -P postgres

  10. .... ????

  11. ...... ????

Please integrate the README with the missing steps, I think they are mainly related to the Google_client_id and the postgres db and user creation.

tob commented

@dsnipe I think we could close this, or is it still active? Are we missing info in the readme?

No, you're right I'll close it

What values do I need to set for GOOGLE_CLIENT_ID and GOOGLE_CLIENT_SECRET in my env file?