欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Typo (software)
来自开放百科 - 灰狐
(版本间的差异)
第14行: | 第14行: | ||
ruby script/server or uby script/server -e production | ruby script/server or uby script/server -e production | ||
− | |||
− | |||
− | |||
− | |||
− | |||
运行 | 运行 | ||
第25行: | 第20行: | ||
# gem install typo | # gem install typo | ||
# typo install /var/www/my_typo_site | # typo install /var/www/my_typo_site | ||
+ | |||
+ | Typo 5 and Rails 2 | ||
+ | |||
+ | 可能出现的问题 | ||
+ | ./script/../config/boot.rb:39: undefined method `gem' for main:Object (NoMethodError) | ||
+ | 解决方法 | ||
+ | # gem update --system | ||
+ | Cannot find the plugin 'all'! (LoadError) | ||
==User== | ==User== | ||
*http://blog.lighttpd.net/ | *http://blog.lighttpd.net/ |
2008年4月14日 (一) 05:11的版本
目录 |
安装指南
创建数据库
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
可能出现的问题
./script/../config/boot.rb:39: undefined method `gem' for main:Object (NoMethodError)
解决方法
# gem update --system
Cannot find the plugin 'all'! (LoadError)
User
相关链接
- http://typosphere.org/
- http://planettypo.com/
- http://typoforums.org/
- http://nubyonrails.com/
- http://scottstuff.net/blog/
- http://docs.huihoo.com/typo/
- http://download.huihoo.com/typo/
精彩图集
分享您的观点