Skip to content

Commit

Permalink
Added setup instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoverbruggen committed Jun 5, 2014
1 parent 8119fa6 commit cd19ad0
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions SETUP_INSTRUCTIONS.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit cd19ad0

Please sign in to comment.