|
Documentation - Install
3.10.8. Starting your first project Spyce provides a simple method to create a new project. This creates directories for your Spyce project, creates an initial Spyce config file, and sets up other resources. For example, running python spyceProject.py /var/firstprojectresults in the following directory structure
$ tree /var/firstproject/
/var/firstproject/
|-- config.py
|-- lib
|-- login_tokens
`-- www
|-- _util
| |-- form_calendar.gif
| `-- form_calendar.js
|-- index.spy
|-- parent.spi
`-- style.css
Now you can simply run spyceCmd.py -l --conf /var/firstproject/config.py
and browse to http://localhost:8000/index.spy to verify that it worked.
Notes:
| ||||||||||
| |||||||||||