mongodb - How to deploy my APL to cloud such as heroku? -
i have mobile apl using react native(ios , android), mongodb, node express, apl come f8app open sourced facebook.
i want deploy apl cloud such heroku, cloud foundry, mlab, firebase, aws cloud.
how debug , how deploy it?
if deploys kind apl cloud environment, please let me know?
it appreciated if answer question.
thanks shoji itagaki
for heroku, create file in project root named procfile , inside put
web: command_to_run_apl
then
git init git add -av . git commit -m "initial heroku push"
create app appname in heroku ui
heroku git:add --app appname git push heroku master
Comments
Post a Comment