From cd19ad0b0d3aad3587599612bc7c83f8ac86214d Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Thu, 5 Jun 2014 18:35:20 +0200 Subject: [PATCH] Added setup instructions --- SETUP_INSTRUCTIONS.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 SETUP_INSTRUCTIONS.md diff --git a/SETUP_INSTRUCTIONS.md b/SETUP_INSTRUCTIONS.md new file mode 100644 index 00000000..5b1f5198 --- /dev/null +++ b/SETUP_INSTRUCTIONS.md @@ -0,0 +1,26 @@ +# Set up hyperRail + +## Step 0: Requirements + +* PHP 5.3+ for Laravel project +* PHP 5.4+ for Way/Generators, if you have 5.4+ you can uncomment Way/Generators in /app/config/app.php +* Apache + +## Step 1: Install dependencies + +This is Laravel. You know the drill, run `composer update`. + +## Step 2: Update bootstrap/start.php for environments + +Optional, but can be useful. + +## Step 3: Set up hostname + +In /app/config/app.php set the following to your personal hostname/preferences: + + 'url' => 'http://irail.dev', // with http + 'url-short' => 'irail.dev', // without http + +## Step 4: You're ready! + +Usually you should be ready to get started by visiting the hostname you set up. \ No newline at end of file