File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments