From: zuber Date: Fri, 2 Oct 2009 17:14:34 +0000 (+0200) Subject: Nowe README. Użycie pip do instalacji wymaganych bibliotek. X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/8325a3ee5db92b5e219b1c853d12db8534ff8bba Nowe README. Użycie pip do instalacji wymaganych bibliotek. --- diff --git a/README.rst b/README.rst new file mode 100644 index 00000000..0f4e7ae1 --- /dev/null +++ b/README.rst @@ -0,0 +1,15 @@ +Instalacja +========== +1. Ściągnij i zainstaluj `pip `_ +2. Zainstaluj wymagane biblioteki komendą:: + + pip install -f http://redmine.nowoczesnapolska.org.pl/projects/librarian/files -r requirements.txt + +Zależności +========== + + * `Django 1.1 `_ + * `Mercurial 1.3.1 `_ + * `librarian 1.2 `_ + * `PIL 1.1.6 `_ (wymagane przez skrypt imgconv.py) + * `pngnq `_ (wymagane przez skrypt imgconv.py) diff --git a/README.txt b/README.txt deleted file mode 100644 index 8caa441e..00000000 --- a/README.txt +++ /dev/null @@ -1,13 +0,0 @@ -Zależności -========== - - * [Django 1.1](http://djangoproject.com/) - * [Mercurial 1.3.1](http://www.selenic.com/mercurial/) - * [librarian 1.1](http://redmine.nowoczesnapolska.org.pl/projects/show/librarian) - * [PIL 1.1.6](http://www.pythonware.com/products/pil/) (wymagane przez skrypt imgconv.py) - * [pngnq](http://pngnq.sourceforge.net/) (wymagane przez skrypt imgconv.py) - -Moduły -====== - - * redmine -- wtyczka do Redmine dodająca informacje o publikacjach do zagadnień. diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 00000000..172f733d --- /dev/null +++ b/requirements.txt @@ -0,0 +1,7 @@ +Django==1.1 +django-piston==0.2.3rc1 +librarian==1.2.2 +lxml==2.2.2 +mercurial==1.3.1 +-e git://github.com/zuber/django-cas-consumer.git@master#egg=django-cas-consumer +-e git://github.com/zuber/django-cas-provider.git@master#egg=django-cas-provider