Show
Ignore:
Timestamp:
08/27/09 00:36:56 (3 years ago)
Author:
mauro
Message:
 
Location:
plone4bio.buildout/trunk
Files:
5 added
2 removed
3 modified

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
  • plone4bio.buildout/trunk/INSTALL.txt

    r11 r75  
    883. gcc and usual tools for compiling and installing. 
    99 
     104. BioPerl (optional) see BIOPERL.txt 
     11 
    1012 
    1113Installing a BioPlone site: 
    1214=========================== 
    1315 
    14 1. Run bootstrap.py with the python interpreter you want to use. This 
     161. Make a symbolic link buildout.cfg to select the profile you want to 
     17use; production, staging or development. For example: 
     18 
     19  $ rm buildout.cfg 
     20  $ ln -s demo.cfg buildout.cfg 
     21 
     222. Run bootstrap.py with the python interpreter you want to use. This 
    1523will install Buildout. 
    1624 
     
    2533  $ /sw/bin/python2.4 bootstrap.py 
    2634 
    27 2. Edit the newly created buildout.cfg to select the profile you want to 
    28 use; production, staging or development. For example: 
    29  
    30   [buildout] 
    31   extends = profiles/development.cfg 
    32    
    33 note: If you intend to run the development profile you don't need to 
    34 change anything here. 
    35  
    36353. Run buildout 
    3736 
     
    4443  $ bin/instance fg 
    4544   
    46 5. Log into the ZMI at http://localhost:8080/manage as (admin/admin). 
     455. If you selected demo.cfg or postgresql.cfg on step 1 then you can stop here and open 
     46your browser at http://localhost:8080/plone4bio you can also login as manager (admin/admin) 
     47 
     486. Log into the ZMI at http://localhost:8080/manage as (admin/admin). 
    4749Create a Plone site and then go to the quickinstaller and install the 
    4850following products: 
     
    5557against it. 
    5658 
    57 6. To extend the BioPlone site with new predictors, refer to the 
     597. To extend the BioPlone site with new predictors, refer to the 
    5860skeleton code in plone4bio.pscoils: you should be able to create a set 
    5961of tools to run against your sequences. 
  • plone4bio.buildout/trunk/var

    • Property svn:ignore set to
      filestorage
      instance
      log
      instance.lock
      instance.pid