Skip to content

Instantly share code, notes, and snippets.

@dhanji
Last active December 12, 2015 04:59
Show Gist options
  • Select an option

  • Save dhanji/4718734 to your computer and use it in GitHub Desktop.

Select an option

Save dhanji/4718734 to your computer and use it in GitHub Desktop.

###Sitebricks Quickstart

curl https://raw.github.com/dhanji/sitebricks/master/sitebricks-cloud/src/main/resources/sitebricks.sh > /usr/local/bin/sitebricks
mkdir myproject
cd myproject
sitebricks init com.example:myproject:1.0
sitebricks

You should see something like:

09:43:11 sitebricks | compile succeeded
09:43:11 web        | environment: [PORT=8080, loglevel=info]
09:43:11 web        | started with pid 94847
09:43:11 sitebricks | all jobs started
09:43:12 web        | starting 'indexer' on port: 8080

Goto http://localhost:8080

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment