Mercurial > hg > toolbox
view INSTALL.sh @ 20:2ba55733b788
remove whitespace
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Sun, 02 Jun 2024 15:47:40 -0700 |
parents | b0942f44413f |
children |
line wrap: on
line source
#!/bin/bash # Installs toolbox in a virtualenv VIRTUALENV=$(which virtualenv) ${VIRTUALENV} toolbox cd toolbox . bin/activate mkdir src git clone git://github.com/mozilla/toolbox.git cd toolbox python setup.py develop # now run: # paster serve paste.ini # from the toolbox virtualenv to serve the sample app