From 682e0188c0016592e2ede9c29ed755b8f2cd21ac Mon Sep 17 00:00:00 2001 From: Kazuhiko Shiozaki <kazuhiko@nexedi.com> Date: Thu, 23 Sep 2010 15:05:56 +0000 Subject: [PATCH] fix a wrong path. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38598 20353a03-c40f-0410-a6d1-a30d3c3de9de --- buildout/README-2.12.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/buildout/README-2.12.txt b/buildout/README-2.12.txt index bd96bea6b3..5a0ccba819 100644 --- a/buildout/README-2.12.txt +++ b/buildout/README-2.12.txt @@ -153,9 +153,9 @@ Now a fully configured development instance will be available in the directory And see an ERP5 instance running on "http://localhost:18080/". The port '18080' refers to the 'development-instance:http-address' setting in -'instance-profiles/development-2.12.cfg'. The file -'instance-profiles/zope-2.12.cfg' provides the "Manager" credentials you should -use (usually zope:zope), in the 'zope-instance-template:user' variable. +'profiles/development-2.12.cfg'. The file 'instance-profiles/zope-2.12.cfg' +provides the "Manager" credentials you should use (usually zope:zope), in +the 'zope-instance-template:user' variable. You should also be able to run ERP5 unit tests like so: -- 2.30.9