c2cgeoportal admin
Project description
# c2cgeoportal_admin
## Run with docker
To build:
```
make docker-build
```
To build & run the application:
```
make docker-serve
```
Open http://localhost:8888/
The following views are also provided by `c2cwsgiutils`:
* http://localhost:8888/versions.json
* http://localhost:8888/stats.json
* http://localhost:8888/health_check?max_level=3
## Run without docker
### 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:
```
use common/testing/initialized.py to create the database
use 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"
```
## Run with docker
To build:
```
make docker-build
```
To build & run the application:
```
make docker-serve
```
Open http://localhost:8888/
The following views are also provided by `c2cwsgiutils`:
* http://localhost:8888/versions.json
* http://localhost:8888/stats.json
* http://localhost:8888/health_check?max_level=3
## Run without docker
### 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:
```
use common/testing/initialized.py to create the database
use 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
File details
Details for the file c2cgeoportal_admin-2.3.0.dev18.tar.gz
.
File metadata
- Download URL: c2cgeoportal_admin-2.3.0.dev18.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4dd11599ea39d327fc1ac84d1c8dae036297b214c535bd163bb5ce55d09dc53a |
|
MD5 | 2b6ffb4d7acf9a0c92d259505ad85ddc |
|
BLAKE2b-256 | 77283856e9ebac9a1cd4886be282ae202b4e23d3247258903e189c5c238e3cae |
Provenance
File details
Details for the file c2cgeoportal_admin-2.3.0.dev18-py2-none-any.whl
.
File metadata
- Download URL: c2cgeoportal_admin-2.3.0.dev18-py2-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b9284e8ab5ab42f19154b7e6ee77c3887b156a338b4442d03d0b379bcf3217d6 |
|
MD5 | b792c3aa990e1703de1d89ddfe31fc72 |
|
BLAKE2b-256 | 66cf225b72d3972cf1a98115213d50fe4f761b9e081f6d8e3d77fc7dc4f8ed0d |