Skip to content
This repository has been archived by the owner on Sep 28, 2018. It is now read-only.

Latest commit

 

History

History
26 lines (15 loc) · 431 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 431 Bytes

Clubhouse

Clubhouse helps manage student organizations.

Travis CI

Getting Started

Install the system services Clubhouse relies on:

  • MySQL 5.6

Clone the Clubhouse repository and run the setup script:

git clone [email protected]:Pitt-CSC/clubhouse.git
cd clubhouse
bin/setup

That's it!