Skip to content
hugomatic edited this page Sep 13, 2010 · 15 revisions

How to setup:

The cncOnline relies on the hugomatic project, so you need to get the 2 projects:

$ git clone [email protected]:hugomatic/cncOnline.git
$ cd cncOnline
$ git clone [email protected]:hugomatic/cncOnline.git

To check that it works, try running the index:
$ python ./index.py

On Linux, the index.py should be executable so you don’t need to type ‘python’. When you create a new python script, you should make it an executable have
#!/usr/bin/python

as the first line, otherwise you won’t be able to run the code as a web page.

Clone this wiki locally