InstallationΒΆ

You can easily install Geofront server using pip:

$ pip install Geofront

Local boxes need to install geofront-cli to use Geofront service:

$ pip install --allow-external dirspec \
              --allow-unverified dirspec \
              geofront-cli

For more details on geofront-cli, read the manual of its README.rst, or use geofront-cli --help option.