Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

Installation

fbessadok edited this page Dec 22, 2014 · 8 revisions

Punch is based on Node.js and has to be installed as a npm package.

sudo npm install -g punch

This should install Punch as a global npm package.

  • Then, enter punch.

This should show you a list of available commands in Punch.

Note: Please follow this guide to install Punch on Windows.

Follow the Quick Hands-on Tutorial

  • After the installation, you can create your first site by running: punch setup mysite

  • Go to the mysite directory and start the server: cd mysite; punch s

  • Open your browser and visit: http://localhost:9009

  • Follow the steps in hands-on tutorial.