Typo (software)

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
第22行: 第22行:
  
 
Typo 5 and Rails 2
 
Typo 5 and Rails 2
 
+
# gem update --include-dependencies
可能出现的问题
+
Rails从1.2.3升级到2.0.2
./script/../config/boot.rb:39: undefined method `gem' for main:Object (NoMethodError)
+
若出现 /usr/local/ruby/bin/rails:17: undefined method `require_gem' for main:Object (NoMethodError)
解决方法
+
  vi rails, change require_gem to gem
  # gem update --system
+
Cannot find the plugin 'all'! (LoadError)
+
 
==User==
 
==User==
 
*http://blog.lighttpd.net/  
 
*http://blog.lighttpd.net/  

2008年4月14日 (一) 05:53的版本

Logo-typo.png

目录

安装指南

创建数据库

MySQL: mysql -u username -p typo_database < db/schema.mysql.sql
Postgres: psql -U username typo_database <db/schema.postgresql.sql

Edit config/database.ym

Edit your webserver config

upgrade

rake migrate
rake migrate RAILS_ENV=production 
ruby script/server or uby script/server -e production

运行

http://localhost:3000/accounts/signup // 创建管理员帐号

Quick Start

 # gem install typo
 # typo install /var/www/my_typo_site

Typo 5 and Rails 2

# gem update --include-dependencies

Rails从1.2.3升级到2.0.2 若出现 /usr/local/ruby/bin/rails:17: undefined method `require_gem' for main:Object (NoMethodError)

vi rails, change require_gem to gem

User

相关链接

精彩图集

Typo with Flock
General settings
分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱