play! framework 项目在linux下的部署
平时在Windows下Myeclipse环境中做开发,现在要把项目部署到Linux服务器上运行,以下是一些小记
1.在Linux下安装play
下载play-1.2.4.zip解压,放到/home/play目录下,由于项目用到了play-morphia模块,为play安装该模块,进入/home/play/play-1.2.4,运行
$./play installmorphia
play会自动下载最新版本的play-morphia模块至/home/play/play-1.2.4/modules文件夹下
2.创建项目
在Linux环境下创建一个和Windows项目名称同名的项目,在/home/play/play-1.2.4下运行
$.play new myTest
用Windows下myTest项目的app、conf文件夹覆盖掉刚创建的项目的app、conf文件夹
确保dependencies.yml文件中配置了morphia模块:
require:
- play -> morphia 1.2.4d
进入/home/play/play-1.2.4/myTest目录,运行
$../play deps --sync
play会在myTest/modules文件夹下创建一个morphia-1.2.4d文件
好了,项目可以运行了
相关推荐
bluecarrot 2020-11-23
Attend 2020-11-17
ZHAICAN 2020-11-16
codedecode 2020-11-14
zhangbingb 2020-11-12
ykmail 2020-11-11
futurezone 2020-11-06
rikeyone 2020-11-04
橄榄 2020-11-04
WenCoo 2020-10-31
liuyuchen 2020-10-27
ROES 2020-10-24
Gexrior 2020-10-22
ZHAICAN 2020-10-20
风语者 2020-10-16
zhongguomin 2020-10-16
净无邪 2020-10-15