Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 997 Bytes

File metadata and controls

31 lines (24 loc) · 997 Bytes

Rehive Logo

Service Framework

A framework that can be used as a base to build services on Rehive

Getting started

Install cookiecutter. Further documentation for installation can be found here.

# Pip
pip install --user cookiecutter

# Homebrew (Mac OS X only):
brew install cookiecutter

# Debian/Ubuntu:
sudo apt-get install cookiecutter

Create your project using the cookie cutter template

# SSH
cookiecutter [email protected]:rehive/service-framework.git

# HTTPS
cookiecutter https://github.com/rehive/service-framework.git

Run through the command promts and fill in your project details. Follow the instructions in your newly cloned project for how to setup local development.