Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
Updating installation instructions (ref #19)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelometal committed Apr 30, 2014
1 parent 158531d commit 8a19f28
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 16 deletions.
26 changes: 26 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
Contributing
============

Installation
------------

Installation instructions for development enviroments.

### Requirements

The holmes-api requires the following tools to work:

* MySQL
* Python
* python-pip
* Redis

### Installation

The holmes-api software has a Makefile to help with common tasks. To install, just type:

make setup

To install data/migrations:

make data
19 changes: 3 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,8 @@ Waffle

https://waffle.io/holmes-app/holmes-api

Requirements
------------

* MySQL
* Python
* python-pip
* Redis

How to install
--------------

The holmes-api software has a Makefile to help with common tasks. To install, just type:

make setup

To install data/migrations:
Contributing
------------

make data
See [CONTRIBUTING.md](/CONTRIBUTING.md) if you want to contribute to holmes-api, the document also have installation instruction for development enviroments.

0 comments on commit 8a19f28

Please sign in to comment.