source: OpenRLabs-Git/deploy/rlabs-docker/web2py-rlabs/scripts/setup-web2py-cloudfoundry.sh @ 42095c5

mainqndtest v1.1.1
Last change on this file since 42095c5 was 42bd667, checked in by David Fuertes <dfuertes@…>, 4 years ago

Historial Limpio

  • Property mode set to 100755
File size: 329 bytes
Line 
1read -p "Please choose a Web2Py Administrator password:" passwd
2echo "web: python web2py.py -a '$passwd' -i 0.0.0.0 -p \$PORT" > Procfile
3mkdir vendor
4pip install --download vendor -r requirements.txt
5read -p "Please choose a CF application name:" appname
6cf push $appname -b https://github.com/cloudfoundry/buildpack-python.git
Note: See TracBrowser for help on using the repository browser.