weixin_39940425 2020-11-21 21:17
浏览 0

Delete && nodester app init ERROR

I had to make the application newly, and executed the following commands.

1.curl -X DELETE -u "testuser:testpwd" -d "appname=a" http://api.nodester.com/app

2.rm -rf a

3.nodester app create a app.js nodester info Checking config.. nodester info creating app: a app.js nodester info successfully created app a to will run on port from app.js nodester info run nodester app init a to setup this app.

4.nodester app init a nodester info Checking config.. nodester info initializing git repo for a into folder a nodester info cloning the repo git clone ec2-user.com:/home/ec2-user/hosted_apps/xxxxx.git a nodester info writing app data to config nodester ERRO false

该提问来源于开源项目:nodester/nodester

  • 写回答

1条回答 默认 最新

  • weixin_39940425 2020-11-21 21:17
    关注

    the following commands are done. it runs well, though app init error has occurred. is it OK?

    5.cd a

    6.git remote add nodester ec2-user.com:/home/ec2-user/hosted_apps/xxx.git

    7.git push nodester master

    8.browse http://a.nodester.com

    评论

报告相同问题?