-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8119fa6
commit cd19ad0
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |