Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.57 KB

README.md

File metadata and controls

29 lines (23 loc) · 1.57 KB

AIS — Armada Internal System Build Status

Contribution Guides

  • Please try to write clean, readable code
  • Please try to write tests for your code
  • Please try to write meaningful commit messages, PR descriptions etc.
  • Please try to help resolve any open PRs / issues

Above all, be respectful towards others :)

Branching strategy

We have one long-running branch, master, that is more or less continuously deployed. In order to be merged into master your code must be peer reviewed by someone else on the team in a PR (this is enforced on GitHub).

Development setup

  1. Download VirtualBox and Vagrant
  2. Clone the repo and run vagrant up from the repo's root
  3. ☕️
  4. Browse to localhost:8080 and log in with username "admin" and password "admin"
  5. Bam! That's your local AIS environment.

If you don't want to use Vagrant, instructions for getting started with OSX, Ubuntu, and Windows are available. See docs/producton_setup.md for details on how to get a production server up and running.

License Information

Please check out LICENSE.txt for information.