Simple tool to manage multiple jenkins jobs. Tagging, batch edit multiple job configs, etc..
To start:
- Install elixir with
brew install elixir
- Install dependencies with
mix deps.get
- Install Node.js dependencies with
npm install
- Start server with
mix phoenix.server
or run as daemon withMIX_ENV=dev PORT=4000 elixir --detached -S mix phoenix.server
To config:
- Edit
config/config.exs
Visit localhost:4000
from browser.
- Official website: http://www.phoenixframework.org/
- Guides: http://phoenixframework.org/docs/overview
- Docs: https://hexdocs.pm/phoenix
- Mailing list: http://groups.google.com/group/phoenix-talk
- Source: https://github.com/phoenixframework/phoenix