From 875eb57d3528e9029ecc1ea85dd9bbcd8dac5022 Mon Sep 17 00:00:00 2001 From: Olivier Berger Date: Fri, 15 Nov 2013 14:28:47 +0100 Subject: [PATCH] Change for more useful documentation --- README.txt | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/README.txt b/README.txt index 2861c89..32c73e0 100644 --- a/README.txt +++ b/README.txt @@ -1,20 +1,11 @@ -This file is for you to describe the ddportfolioservice -application. Typically you would include information such as the -information below: -Installation and Setup -====================== +This is the source code for the Debian Member Portfolio Service +application [0]. -Install ``ddportfolioservice`` using easy_install:: +Cf. https://debian-member-portfolio-service.readthedocs.org/ for more +documentation (or its source in docs/source/devdocs.rst), including +how to configure a development environment. - easy_install ddportfolioservice -Make a config file as follows:: +[0] http://wiki.debian.org/DDPortfolio - paster make-config ddportfolioservice config.ini - -Tweak the config file as appropriate and then setup the application:: - - paster setup-app config.ini - -Then you are ready to go.