WeTransfer / Xperiments

Simple A/B testing tool. Includes CMS and an experimentation engine.
BSD 2-Clause "Simplified" License
4 stars 2 forks source link

Improve install instructions #141

Closed tob closed 6 years ago

tob commented 7 years ago

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 6 years ago

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

dsnipe commented 6 years ago

No, you're right I'll close it

robinvw1 commented 6 years ago

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