← Back to team overview

oship-dev team mailing list archive

Re: Installing OSHIP:

 

Due to the fact that I have learned a lot about Launchpad today.  Please
ignore my last install instructions and try these.

I have tested these steps on Linux and they worked for me.  
I would appreciate some feedback if you find any problems with them.

Assuming that you have installed easy_install according to these
instructions: http://peak.telecommunity.com/DevCenter/EasyInstall

and assuming you have installed virtualenv (easy_install virtualenv)

virtualenv --no-site-packages oshipenv
cd oshipenv
source bin/activate
easy_install grokproject
bzr branch lp:oship
cd oship
create a .bzrignore file here (developers only; you should also have
a .bzr directory here)
grokproject oship
Enter user (Name of an initial administrator user): admin
Enter passwd (Password for the initial administrator user): 
Overwrite ./oship/setup.py [y/n/d/B/?] n
Overwrite ./oship/src/oship/app.py [y/n/d/B/?] n
Overwrite ./oship/src/oship/app_templates/index.pt [y/n/d/B/?] n
cd oship
bin/oship-ctl fg

In browser go to http://localhost:8080
Login with your admin user/password
<you'll see add application page>
type 'oship' (without quotes) into the oship.app.oship box and click
Create
click on the oship (oship) link
Read the instructions and click on the setup link
You'll then be redirected back to the main page.

The remaining instructions are there.


Thanks for your help.

--Tim


Attachment: signature.asc
Description: This is a digitally signed message part


Follow ups

References