From 6c529c20518f3fd1fb239ae72bb09774c436118e Mon Sep 17 00:00:00 2001 From: Hong Minhee Date: Mon, 21 Apr 2014 00:09:57 +0900 Subject: [PATCH] Release 0.1.0 --- docs/changes.rst | 2 +- docs/install.rst | 15 ++++++++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/docs/changes.rst b/docs/changes.rst index ece1583..11570d9 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -4,4 +4,4 @@ Geofront Changelog Version 0.1.0 ------------- -To be released. +First alpha release. Released on April 21, 2014. diff --git a/docs/install.rst b/docs/install.rst index a0036d6..f8fd1b4 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -5,4 +5,17 @@ You can easily install Geofront server using :program:`pip`: .. code-block:: console - $ pip install git+git://github.com/spoqa/geofront.git#egg=Geofront + $ pip install Geofront + +Local boxes need to install geofront-cli_ to use Geofront service: + +.. code-block:: console + + $ pip install --allow-external dirspec \ + --allow-unverified dirspec \ + geofront-cli + +For more details on geofront-cli, read the manual of its :file:`README.rst`, +or use :option:`geofront-cli --help` option. + +.. _geofront-cli: https://github.com/spoqa/geofront-cli