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 | |
---|
1 | read -p "Please choose a Web2Py Administrator password:" passwd |
---|
2 | echo "web: python web2py.py -a '$passwd' -i 0.0.0.0 -p \$PORT" > Procfile |
---|
3 | mkdir vendor |
---|
4 | pip install --download vendor -r requirements.txt |
---|
5 | read -p "Please choose a CF application name:" appname |
---|
6 | cf push $appname -b https://github.com/cloudfoundry/buildpack-python.git |
---|
Note: See
TracBrowser
for help on using the repository browser.