Skip to content

Commit cd19ad0

Browse files
Added setup instructions
1 parent 8119fa6 commit cd19ad0

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

SETUP_INSTRUCTIONS.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Set up hyperRail
2+
3+
## Step 0: Requirements
4+
5+
* PHP 5.3+ for Laravel project
6+
* PHP 5.4+ for Way/Generators, if you have 5.4+ you can uncomment Way/Generators in /app/config/app.php
7+
* Apache
8+
9+
## Step 1: Install dependencies
10+
11+
This is Laravel. You know the drill, run `composer update`.
12+
13+
## Step 2: Update bootstrap/start.php for environments
14+
15+
Optional, but can be useful.
16+
17+
## Step 3: Set up hostname
18+
19+
In /app/config/app.php set the following to your personal hostname/preferences:
20+
21+
'url' => 'http://irail.dev', // with http
22+
'url-short' => 'irail.dev', // without http
23+
24+
## Step 4: You're ready!
25+
26+
Usually you should be ready to get started by visiting the hostname you set up.

0 commit comments

Comments
 (0)