c2cgeoportal admin
Project description
c2cgeoportal_admin
Checkout
git clone git@github.com:camptocamp/c2cgeoportal.git
cd admin
Set up the database
sudo -u postgres psql -c "CREATE USER \"www-data\" WITH PASSWORD 'www-data';"
DATABASE=c2cgeoportal
sudo -u postgres psql -c "CREATE DATABASE $DATABASE WITH OWNER \"www-data\";"
sudo -u postgres psql -d $DATABASE -c "CREATE EXTENSION postgis;"
Optionally update sqlachemy.url in development.ini or production.ini then:
admin/.build/venv/bin/python3 commons/c2cgeoportal_commons/testing/initializedb.py # to create the database
# or
sudo -u postgres psql -d c2cgeoportal -f ./docker/demo-dump.sql # to create and populate the database (demo data)
Run the development web server
make serve
Open http://localhost:6543/users/
Run the tests
Install the selenium chrome driver
https://sites.google.com/a/chromium.org/chromedriver/downloads
Requires Chrome Version > 65
Create the test database
sudo -u postgres psql -c "CREATE USER \"www-data\" WITH PASSWORD 'www-data';"
DATABASE=geomapfish_tests
sudo -u postgres psql -c "CREATE DATABASE $DATABASE WITH OWNER \"www-data\";"
sudo -u postgres psql -d $DATABASE -c "CREATE EXTENSION postgis;"
Run the tests
make test
Note that you can run all tests but selenium ones (really fast):
.build/venv/bin/pytest -m "not selenium"
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
Built Distribution
Close
Hashes for c2cgeoportal_admin-2.4.1.105.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | b432651acd86b4206cfd99c2532d2afe56ea4a61d70f1d7455a3a0302b185178 |
|
MD5 | dd63f93236f83f0d4fc9b9d9081bd5c8 |
|
BLAKE2b-256 | 1a3b2cd06230dce4e89bc2c51c7284b58932e37c05459c54d75f652a16f1e990 |
Close
Hashes for c2cgeoportal_admin-2.4.1.105-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8dc256c50fbb1059eb808d9de91fe31d401c59d38869589e8cf5c3c79962fb86 |
|
MD5 | f529e3e5a2989aa7b64fd65bb28d5332 |
|
BLAKE2b-256 | dda09cf06dc79076785edc8581f42f85f77ca7b0ec1d121becffa9195895c33f |