1)安装ruby,略。
2)安装typo,运行 gem install typo --include-dependencies
3)下载sqlite3.dll,放到ruby\bin目录下
4) 执行typo install install_directory_name
5)以mysql为例,安装mysql数据库,创建名为typo的schema,执行install_directory_name\db\schema.mysql.sql
5)进入install_directory_name,运行ruby script/server
6)在浏览器中输入http://localhost:3000
2)安装typo,运行 gem install typo --include-dependencies
3)下载sqlite3.dll,放到ruby\bin目录下
4) 执行typo install install_directory_name
5)以mysql为例,安装mysql数据库,创建名为typo的schema,执行install_directory_name\db\schema.mysql.sql
5)进入install_directory_name,运行ruby script/server
6)在浏览器中输入http://localhost:3000
部署Typo博客系统
本文介绍如何通过六个步骤部署基于Ruby的Typo博客系统:安装Ruby、安装Typo及其依赖、配置SQLite3、安装并配置MySQL数据库、启动服务器及访问本地站点。
1095

被折叠的 条评论
为什么被折叠?



