Skip to content

Getting started step by step

mrdavidlaing edited this page Jan 15, 2012 · 5 revisions

Install PressUp

PressUp is a nodejs (v0.6+) based application. It is written and tested on Ubuntu 11.10.

TODO - write verbose installation instructions for stable install (via npm), and bleeding edge install (via git)

Create & initialise a git repository

Create an empty git repository, eg: /data/www/MyWordPressSites Initialize this new repository as a pressup repository

/data/www/MyWordPressSites $ pressup init .

Initialize a new site profile (NB! This functionality does not exist yet. See https://github.com/mrdavidlaing/pressup/issues/12)

/data/www/MyWordPressSites $ pressup init site mysite.com

Build the site

/data/www/MyWordPressSites $ pressup build --config conf/mysite.com.json
Clone this wiki locally