This is the code base used for www.chien-ou-chat.fr
- Elixir
- PostgreSQL
- NodeJS
- Webpack v3.12.0
To start your Phoenix app:
- Install dependencies with
mix deps.get
- Create and migrate your database with
mix ecto.create && mix ecto.migrate
- Install Node.js dependencies in the "assets" folder with
npm install
andwebpack -p
(Use webpack v3, v4 might cause errors at this stage) - Start Phoenix endpoint with
mix phx.server
Now you can visit localhost:4000
from your browser.
Ready to run in production? Please check our deployment guides.
You can use the "chien_ou_chat.service" systemd file and the "launch.sh" script as examples to run the app on your server.
Copyright (c) 2018, Sylvain Bigonneau.
Find A Fluff source code is licensed under the MIT License.