Installation
Last updated
Last updated
The .env
file provides environment specific configurations that can be set differently depending on the environment (local, dev, qa, production, etc). Here is what an looks like from the Phoenix repository.
When running the Phoenix setup
command (as specified below) from scratch, a copy of this .env.example
file will be made and renamed to .env
, and it will prompt you to enter some of the environment variable values gathered during the .
You will need the following values on hand for the installation process:
Dev OAuth Client ID
Dev OAuth Client Secret
Contentful Space ID
Contentful API Key (recommended to use the Preview API Key)
Fork and clone the to your computer, and then installation.
With the above specified environment variable values on hand, start the Homestead Vagrant box, then ssh
into it, and cd
into the Phoenix repository location and run:
Once the above commands finish executing, you should be able to go to http://phoenix.test
in your browser and load the Phoenix platform! 🔥