Metadata-Version: 2.1
Name: c2cgeoportal-commons
Version: 2.5.0.44
Summary: c2cgeoportal commons
Home-page: https://www.camptocamp.com/solutions/geospatial/
Author: Camptocamp
Author-email: info@camptocamp.com
License: UNKNOWN
Description: # c2cgeoportal_common
        
        ## Checkout
        
        git clone git@github.com:camptocamp/c2cgeoportal.git
        cd common
        
        ## Create virtual environment
        
        make install
        
        ## Set up the tests 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;"
        
        ```
        use common/testing/initialized.py to create the database (development.ini at admin side)
        
        ```
        
        ## Run the tests
        
        ```
        make test
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Framework :: Pyramid
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Description-Content-Type: text/markdown
Provides-Extra: tests
Provides-Extra: testing
Provides-Extra: upgrade
Provides-Extra: broadcast
