Skip to content

maratgaliev/erlangjobs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Erlangjobs - Erlang/Elixir job board

To start Erlangjobs Phoenix app:

  • Install latest Elixir & Phoenix
  • Install Node 9 with https://github.com/nvm-sh/nvm
  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Install Node.js dependencies with cd assets && npm install && node node_modules/brunch/bin/brunch build
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4004 from your browser.