UNKNOWN
Project description
onegov.municipality
This is a Plone policy package, setting up a OneGov Box based website for municipalities.
Releases
The OneGov Box comes with a Known Good Set of packages which can be found in the release folder of this repo. There’s currently no stable release.
Stable releseas are versions without appendage like rc1 or dev. 1.0 or 1.0.1 for example.
Once a Known Good Set is released, it will not be changed anymore, so it is safe to use that set for production.
The latest.cfg in the releases folder always contains the latest pinned packages.
Development installation
You can install onegov.municipality with buildout:
git clone https://github.com/OneGov/onegov.municipality.git
cd onegov.municipality
python2.7 bootstrap.py
bin/buildout -c development.cfg
Running Plone
bin/instance fg
Minimal Buildout
The following is the minimal buildout with which you’ll get onegov.municipality to run. Essentially, it’s the minimal buildout from http://bluedynamics.com/articles/jens/plone-4.3-latest-minimal-buildout, with two lines added (as noted in the code’s comments).
[buildout]
# the second extends line is onegov.municipality specific
extends =
http://dist.plone.org/release/4.3-latest/versions.cfg
https://raw.githubusercontent.com/OneGov/onegov.municipality/master/release/latest.cfg
find-links +=
http://effbot.org/downloads/
parts = instance
[versions]
zc.buildout >= 2.2.1
setuptools >= 2.2
[instance]
recipe = plone.recipe.zope2instance
http-address = 8080
user = admin:admin
# the third eggs line is onegov.municipality specific
eggs =
Plone
Pillow
onegov.municipality
Using this minimal buildout you can install onegov.municipality thusly:
Save the buildout above in buildout.cfg
Get bootstrap:
curl https://raw.githubusercontent.com/OneGov/onegov.municipality/master/bootstrap.py > bootstrap.py
curl
Run bootstrap:
python boostrap.py
Run buildout
bin/buildout
Run the server
bin/instance fg
6. Install onegov municipality on http://localhost:8080 using the user admin with the password admin
Tests
Run tests with:
bin/test
Links
Copyright
This package is copyright by Verein OneGov.
onegov.policy is licensed under GNU General Public License, version 2.
Changelog
1.0 (2014-09-23)
Integrates seantis.people.
1.0rc2 (2014-04-10)
Initial release.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file onegov.municipality-1.0.tar.gz
.
File metadata
- Download URL: onegov.municipality-1.0.tar.gz
- Upload date:
- Size: 265.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b32e80f13c717f54e2e3488015b397e217fc497029ffefa13ffeb6bae2313d4 |
|
MD5 | 7ca866f412edd6f9bbbdc5a1759c5688 |
|
BLAKE2b-256 | 0a07b78fa80bc34b4457138425728c20ec391e6f93b6ea40fb15bb9b7150b7ac |