Setup - MakahikiKTUH/makahiki-ktuh GitHub Wiki
Let's get you all set: This page details how to download, build, and run the current version of the Makahiki-KTUH system.
Prerequisites
First, you'll need Git, a free, open source version control system. It's what's used to download the game as well as to manage changes to the software. We recommend a basic level of understanding of Git; it really is an indispensable tool. If you've never used it, a great tutorial can be found at try.github.com. You can download Git with your preferred package manager, or from the official website: git-scm.com.
You will also need accounts on Heroku and Amazon Web Services, the hosting services on which Makahiki is configured to run.
Download
Once you have Git installed on your computer, clone Makahiki-KTUH to your machine by typing "git clone https://github.com/MakahikiKTUH/makahiki-ktuh.git", into your preferred directory.
Install
For installation instructions, we couldn't imagine a better guide than the official Heroku installation of Makahiki, posted on Makahiki's official documentation site.
Run
To start up the server on Heroku, invoke:
`% heroku ps:restart --app makahiki-hpu`
Presto. You have now installed Makahiki KTUH on Heroku, wiki wiki.