Skip to content

Salada/ecogwiki

 
 

Repository files navigation

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 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

Resources

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.8%
  • Python 28.2%
  • CSS 2.0%