Changeset 75 for plone4bio.buildout/trunk
- Timestamp:
- 08/27/09 00:36:56 (3 years ago)
- Location:
- plone4bio.buildout/trunk
- Files:
-
- 5 added
- 2 removed
- 3 modified
-
. (modified) (1 prop)
-
BIOPERL.txt (added)
-
INSTALL.txt (modified) (4 diffs)
-
buildout.cfg (deleted)
-
config (added)
-
config/base.cfg (added)
-
demo.cfg (added)
-
development.cfg (added)
-
profiles (deleted)
-
var (modified) (1 prop)
Legend:
- Unmodified
- Added
- Removed
-
plone4bio.buildout/trunk
-
Property
svn:ignore set
to
bin
develop-eggs
downloads
parts
.installed.cfg
.project
.pydevproject
buildout.cfg
fake-eggs
-
Property
svn:ignore set
to
-
plone4bio.buildout/trunk/INSTALL.txt
r11 r75 8 8 3. gcc and usual tools for compiling and installing. 9 9 10 4. BioPerl (optional) see BIOPERL.txt 11 10 12 11 13 Installing a BioPlone site: 12 14 =========================== 13 15 14 1. Run bootstrap.py with the python interpreter you want to use. This 16 1. Make a symbolic link buildout.cfg to select the profile you want to 17 use; production, staging or development. For example: 18 19 $ rm buildout.cfg 20 $ ln -s demo.cfg buildout.cfg 21 22 2. Run bootstrap.py with the python interpreter you want to use. This 15 23 will install Buildout. 16 24 … … 25 33 $ /sw/bin/python2.4 bootstrap.py 26 34 27 2. Edit the newly created buildout.cfg to select the profile you want to28 use; production, staging or development. For example:29 30 [buildout]31 extends = profiles/development.cfg32 33 note: If you intend to run the development profile you don't need to34 change anything here.35 36 35 3. Run buildout 37 36 … … 44 43 $ bin/instance fg 45 44 46 5. Log into the ZMI at http://localhost:8080/manage as (admin/admin). 45 5. If you selected demo.cfg or postgresql.cfg on step 1 then you can stop here and open 46 your browser at http://localhost:8080/plone4bio you can also login as manager (admin/admin) 47 48 6. Log into the ZMI at http://localhost:8080/manage as (admin/admin). 47 49 Create a Plone site and then go to the quickinstaller and install the 48 50 following products: … … 55 57 against it. 56 58 57 6. To extend the BioPlone site with new predictors, refer to the59 7. To extend the BioPlone site with new predictors, refer to the 58 60 skeleton code in plone4bio.pscoils: you should be able to create a set 59 61 of tools to run against your sequences. -
plone4bio.buildout/trunk/var
-
Property
svn:ignore set
to
filestorage
instance
log
instance.lock
instance.pid
-
Property
svn:ignore set
to
