Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
Improved README.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Meisinger committed Nov 10, 2010
1 parent 58feb20 commit 54d0960
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.txt
Expand Up @@ -35,9 +35,9 @@ This project has several dependencies on libraries and packages. Most of these
dependencies are resolved automatically using the provided setup script. dependencies are resolved automatically using the provided setup script.


Step 1: Virtual env Step 1: Virtual env
Create a Python virtual environment using virtualenv. This ensures that all Create a Python virtual environment using virtualenv. This ensures that all
libraries and dependencies are installed separately from the Python libraries and dependencies are installed separately from the Python
system libraries. system libraries
:: ::
mkvirtualenv lcaarch mkvirtualenv lcaarch
workon lcaarch workon lcaarch
Expand All @@ -46,7 +46,8 @@ Step 2: Core libraries (you can skip this step)
Install some core libraries first. Sometimes the automatic installer Install some core libraries first. Sometimes the automatic installer
produces errors, if these libraries are not present beforehand. produces errors, if these libraries are not present beforehand.
:: ::
easy_install twisted numpy easy_install numpy
easy_install -U twisted


Step 3: Run the setup script Step 3: Run the setup script
:: ::
Expand Down Expand Up @@ -74,6 +75,10 @@ Start empty Python Capability Container shell with:
:: ::
bin/start-cc -h amoeba.ucsd.edu bin/start-cc -h amoeba.ucsd.edu
bin/start-cc # to run with localhost bin/start-cc # to run with localhost
# Alternatively the direct call to twistd developer
twistd -n cc -h amoeba.ucsd.edu
# To set a sysname, i.e. a "cluster name" for all containers in a cluster
twistd -n cc -h amoeba.ucsd.edu -a sysname=mycluster


(to end a capability container shell, press Ctrl-D Ctrl-C) (to end a capability container shell, press Ctrl-D Ctrl-C)


Expand Down

0 comments on commit 54d0960

Please sign in to comment.