File tree 1 file changed +10
-7
lines changed
1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -6,21 +6,24 @@ This repository contains (almost) everything that makes up
6
6
7
7
Powered by [ Sculpin] ( http://sculpin.io ) . =)
8
8
9
+ ### Install Composer if not exist.
9
10
11
+ ` curl -s https://getcomposer.org/installer | php `
12
+
13
+ Or if you don't have curl:
14
+
15
+ ` php -r "readfile('https://getcomposer.org/installer');" | php `
10
16
Build
11
17
-----
12
18
13
19
### If You Already Have Composer
14
20
15
- composer install
16
- vendor/bin/sculpin generate --watch --server
21
+ ` php composer.phar install `
22
+
23
+ ` vendor/bin/sculpin generate --watch --server `
17
24
18
25
Your newly generated clone of [ stackphp.com] ( http://stackphp.com ) is now
19
- accessible at ` http://localhost:8000 / ` .
26
+ accessible at ` http://127.0.0.1:8080 / ` .
20
27
21
- ### If You Need Composer
22
28
23
- curl -s https://getcomposer.org/installer | php
24
- php composer.phar install
25
- vendor/bin/sculpin generate --watch --server
26
29
You can’t perform that action at this time.
0 commit comments