Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 657 Bytes

with_local.md

File metadata and controls

35 lines (24 loc) · 657 Bytes

Developing Using My Own System

Install PHP (if you didn't have it already)

# install php - debian / ubuntu
sudo apt-get install php-cli php-xml

Install Composer (used to install Sculpin)

# install composer - debian / ubuntu
sudo apt-get install composer

Install Sculpin (requires PHP)

# from your project directory
composer install

Run a local server via Sculpin

# run the app in a local server
sh watch.sh

sculpin dev server screenshot

View changes in action

Browse to http://localhost:8000. There, you did it! Congratulations.