Improve install instructions
tob opened this issue · 3 comments
tob commented
These install instructions contained in the Readme are lacking few steps:
-
brew install elixir
-
git clone git@github.com:WeTransfer/Xperiments.git
-
cd Xperiments; mix deps.get
-
mix ecto.create && mix ecto.migrate
-
npm install yarn
-
(cd assets; yarn install)
-
mix phx.server
-
bre install postgres ??
-
createuser -s -P postgres
-
.... ????
-
...... ????
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?
dsnipe commented
No, you're right I'll close it
robinvw1 commented
What values do I need to set for GOOGLE_CLIENT_ID
and GOOGLE_CLIENT_SECRET
in my env file?