Closed tob closed 6 years ago
@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?
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.