在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
SCPRevel应用程序可以被部署到没有安装Go功能的机器上. 命令行工具 提供了 一个典型的部署看起来像下面这样: # Run and test my app. $ revel run import/path/to/app .. test app .. # Package it up. $ revel package import/path/to/app Your archive is ready: app.zip # Copy to the target machine. $ scp app.zip target:/srv/ # Run it on the target machine. $ ssh target $ cd /srv/ $ ./run.sh 开发区域:
Herokujamesward 做了一个Revel的打包工具Heroku. 他也写了一篇blog a blog post about getting a sample app up and running on Heroku. |
请发表评论