Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 644 Bytes

README.md

File metadata and controls

45 lines (28 loc) · 644 Bytes

elixir

Test project so I could learn Elixir / Phoenix.

Add to hosts

Open the local hosts

sudo nano /etc/hosts

Add this

172.60.1.10     elixir.local
172.60.1.11     api.elixir.local

Setup front-end, back-end, testing environment with Docker

Configure

Copy the envirnoment example file

cp .env.example .env

Set values

Replace every 'FILL_THIS' word with a required value.

Start-up the projects

In this project directory execute

docker-compose up

Open