https://github.com/lilanga/agileportal
Agile portal provides must have tool set for agile based development teams
https://github.com/lilanga/agileportal
elixir phoenix postgresql
Last synced: 3 months ago
JSON representation
Agile portal provides must have tool set for agile based development teams
- Host: GitHub
- URL: https://github.com/lilanga/agileportal
- Owner: Lilanga
- License: mit
- Created: 2018-02-16T17:30:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-21T12:37:31.000Z (almost 8 years ago)
- Last Synced: 2025-03-21T15:19:04.037Z (over 1 year ago)
- Topics: elixir, phoenix, postgresql
- Language: Elixir
- Homepage:
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AgilePortal [](https://codebeat.co/projects/github-com-lilanga-agileportal-master)
To start your Phoenix server:
* 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`
* Start Phoenix endpoint with `mix phx.server`
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
Ready to run in production? Please [check our deployment guides](http://www.phoenixframework.org/docs/deployment).
## Use Vagrant
To use vagrant as development environment, simply use following commands
* Start the vagrant box with `vagrant up`
* Connect to the box using ssh with `vagrant ssh`
* Go to /Vagrant folder to start Phoenix server as mentioned above
Box has postgresql and phoenix framework is set up properly.