[commits] r98 - selinux-site/trunk

tim at mail.se.linux.org tim at mail.se.linux.org
Tors Aug 2 21:20:14 CEST 2007


Author: tim
Date: 2007-08-02 21:20:14 +0200 (Thu, 02 Aug 2007)
New Revision: 98

Added:
   selinux-site/trunk/README-en.txt
Log:
Added an english version of the README, contributed by Jerimiah.


Added: selinux-site/trunk/README-en.txt
===================================================================
--- selinux-site/trunk/README-en.txt	2007-08-02 16:12:07 UTC (rev 97)
+++ selinux-site/trunk/README-en.txt	2007-08-02 19:20:14 UTC (rev 98)
@@ -0,0 +1,26 @@
+Installation of the Swedish Linux User Group's site
+===================================================
+To install plone and the selinux site you need to have version
+2.4 of python and subversion installed. You can build the site
+this way;
+
+  $ cd <directory-where-I-want-my-site>
+  $ svn co https://svn.se.linux.org/selinux-site/trunk/buildout/ buildout
+  $ cd buildout
+  $ python bootstrap.py
+  $ ./bin/buildout
+
+Plone and the selinux site are now installed. To get it running do
+
+  $ ./bin/instance fg
+
+You can view the site in a browser at http://localhost:8080/selinux/
+
+
+Troubleshooting
+===============
+If you encounter a problem in step 4 (python bootstrap.py) and the error
+message states that you have an old version of setuptools, this should help:
+
+  $ wget http://peak.telecommunity.com/dist/ez_setup.py
+  $ sudo python ez_setup.py




More information about the commits mailing list