2015-07-17 10:34:31 +00:00
|
|
|
|
# sculpin-minimal
|
2015-03-15 22:21:15 +00:00
|
|
|
|
|
|
|
|
|
A minimal installation of [Sculpin](http://sculpin.io).
|
|
|
|
|
|
2015-07-17 10:34:31 +00:00
|
|
|
|
## Build
|
2015-03-15 22:21:15 +00:00
|
|
|
|
|
2015-12-21 21:16:34 +00:00
|
|
|
|
If this is a fresh download, or you don’t have a `vendor` directory, use [Composer](https://getcomposer.org) to download the dependencies.
|
2015-03-15 22:21:15 +00:00
|
|
|
|
|
2015-12-21 21:16:34 +00:00
|
|
|
|
composer install
|
2015-03-15 22:21:15 +00:00
|
|
|
|
|
2015-12-21 21:16:34 +00:00
|
|
|
|
Once everything is downloaded, use the `sculpin` command to generate the site.
|
2015-03-15 22:21:15 +00:00
|
|
|
|
|
2015-12-21 21:16:34 +00:00
|
|
|
|
./vendor/bin/sculpin generate --watch --server
|
2015-03-15 22:21:15 +00:00
|
|
|
|
|
2015-12-21 21:16:34 +00:00
|
|
|
|
The site is now accessible at http://localhost:8000/.
|