ruby做的网站如何发布
发布网友
发布时间:2022-07-14 12:19
我来回答
共3个回答
热心网友
时间:2023-09-23 06:15
你说的应该是用Ruby on Rails(ROR)开发的网站
1.首先在本地运行, cmd窗口到项目所在目录,ruby script/server -p 3001 -e proction
然后在 http:\\127.0.0.1:3001\ 就可以访问了
2.如果要外部访问发布,则需要使用apache
3.有域名的话把域名指向自己的地址
热心网友
时间:2023-09-23 06:16
阿?还有问这问题的?哈哈哈
是rails框架吗?
如果是 当然先要安装 web服务器了阿/
测试环境 ruby script/server -p 3000
proction环境: ruby script/server -p 3001 -e proction
当然首先要 raike db:migrate
nginx + Mongrel 部署rails方法 请看如下链接 环境为linux
http://home.huabaner.net/space.php?uid=4&do=thread&id=210
其它的资料链接 请看:http://home.huabaner.net/space.php?uid=4&do=thread&id=5
参考资料:http://home.huabaner.net/space.php?uid=4&do=thread&id=210
热心网友
时间:2023-09-23 06:16
用capistrano , http://www.robinlu.com/blog/archives/117