Changeset 10856
- Timestamp:
- 27 Dec 2013, 01:49:47 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.diazo/trunk/README.rst
r10123 r10856 22 22 23 23 (sandbox27)$ python bootstrap.py 24 25 If you get an error message about:: 26 27 AttributeError: 'NoneType' object has no attribute 'location' 28 29 then you have to install the Python `distribute` package. This is 30 not a big thing, when operating in a virtual environment:: 31 32 (sandbox27)$ pip install --upgrade distribute 33 34 Finally, fetch packages and configure everything by:: 35 24 36 (sandbox27)$ ./bin/buildout 25 37 26 38 This also creates a runnable Grok instance in src/waeup.kofa. 39 27 40 28 41 3) Start some grok instance on port 8080 and create a kofa instance
Note: See TracChangeset for help on using the changeset viewer.