Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pobing/socode
Mycode is rails web app, highlited code, share code!
https://github.com/pobing/socode
Last synced: about 1 month ago
JSON representation
Mycode is rails web app, highlited code, share code!
- Host: GitHub
- URL: https://github.com/pobing/socode
- Owner: pobing
- Created: 2013-07-08T10:08:48.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-08T08:26:18.000Z (over 11 years ago)
- Last Synced: 2024-10-09T16:45:45.752Z (about 1 month ago)
- Language: CSS
- Size: 277 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# socode app
这是一个实现代码高亮的rails 网站项目。它可以对200多种编程语言片段进行高亮,格式化,并且可以分享,收藏代码。
功能会持续完善.## 技术
* ruby 1.9.3
* rails 3.2.3
* mysql
* resque
* redis
...##使用
$ cd /tmp
$ git clone [email protected]:pobing/mycode.git
$ cd mycode
$ bundle install
$ bundle exec rake setup
$ rake
$ rails s##demo
[http://socode.herokuapp.com/](http://socode.herokuapp.com/)##参考资源
* [http://railscasts.com/episodes/271-resque?view=asciicast](http://railscasts.com/episodes/271-resque?view=asciicast)
* [http://pygments.org/](http://pygments.org/)## 未完待续