etermory / ecogwiki

Wiki engine for Google App Engine written in Python

Home Page:http://www.ecogwiki.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install

  1. Create new Google App Engine application
  2. Create app.yaml by copying app.yaml.sample
  3. [Optional] Create schema-custom.json by copying schema-custom.json.sample if you want to define custom schema
  4. Change application id appropriately
  5. Deploy and wait for index building (takes a few minutes)
  6. Edit .config page. See this example
  7. Done

How to use

See Ecogwiki Help page

Development

Python

Install development dependencies:

pip install -r requirements.txt

Run tests:

python run_tests.py <APP_ENGINE_SDK_PATH> <TEST_PACKAGE_PATH>

Example:

python run_tests.py /usr/local/Cellar/google-app-engine/1.8.8/share/google-app-engine ./tests

Javascript

Install development dependencies:

sudo npm -g install karma
sudo npm install

Run tests:

karma start

About

Wiki engine for Google App Engine written in Python

http://www.ecogwiki.com

License:Other


Languages

Language:Python 56.1%Language:JavaScript 39.9%Language:CSS 4.1%