A Cookiecutter (project template) for creating a Climmob plugin.
- Python 2.7
- Climmob
- cookiecutter
- Generate a Pyramid project, following the prompts from the command
$ cookiecutter https://github.com/BioversityCostaRica/climmob-plugin-cookiecutter.git
- Finish configuring the plugin by creating a virtual environment and installing your new project. These steps are output as part of the cookiecutter command above and are slightly different for Windows.
$ . ./climmob_virtual_env/bin/activate $ cd myClimmobPlugin $ python setup.py develop
Add the plugin to the climmob list of plugins by editing the following line in development.ini or production.ini
```
#climmob.plugins = examplePlugin to read
climmob.plugins = myClimmobPlugin
```
3. Run your Climmob