Skip to content

Commit

Permalink
Merge pull request #1 from vrkansagara/vrkansagara-patch-1
Browse files Browse the repository at this point in the history
loop back server address and composer order. are changed.
  • Loading branch information
vrkansagara committed Sep 24, 2015
2 parents cdcc0d5 + f2fac84 commit fbd2781
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,24 @@ This repository contains (almost) everything that makes up

Powered by [Sculpin](http://sculpin.io). =)

### Install Composer if not exist.

`curl -s https://getcomposer.org/installer | php`

Or if you don't have curl:

`php -r "readfile('https://getcomposer.org/installer');" | php`
Build
-----

### If You Already Have Composer

composer install
vendor/bin/sculpin generate --watch --server
`php composer.phar install`

`vendor/bin/sculpin generate --watch --server`

Your newly generated clone of [stackphp.com](http://stackphp.com) is now
accessible at `http://localhost:8000/`.
accessible at `http://127.0.0.1:8080/`.

### If You Need Composer

curl -s https://getcomposer.org/installer | php
php composer.phar install
vendor/bin/sculpin generate --watch --server

0 comments on commit fbd2781

Please sign in to comment.