欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Mixture.fm
来自开放百科 - 灰狐
(版本间的差异)
小 (→链接) |
小 (→链接) |
||
(未显示1个用户的4个中间版本) | |||
第9行: | 第9行: | ||
cd ~/.pow | cd ~/.pow | ||
ln -s /path/to/repo | ln -s /path/to/repo | ||
+ | gem install bundler bundler | ||
+ | cd mixturefm | ||
bundle install --path .bundle --binstubs | bundle install --path .bundle --binstubs | ||
+ | gem install -v 1.8.1 bson // 可能需要 | ||
vim Procfile.dev | vim Procfile.dev | ||
cp config/examples/mongoid.yml config/ | cp config/examples/mongoid.yml config/ | ||
第16行: | 第19行: | ||
cp config/.env . | cp config/.env . | ||
bundle exec foreman start -f Procfile.dev | bundle exec foreman start -f Procfile.dev | ||
+ | |||
==链接== | ==链接== | ||
*[http://mixture.fm/ mixture.fm官网] | *[http://mixture.fm/ mixture.fm官网] | ||
第23行: | 第27行: | ||
[[category:DJ]] | [[category:DJ]] | ||
[[category:MongoDB]] | [[category:MongoDB]] | ||
+ | [[category:rails]] |
2014年12月18日 (四) 00:33的最后版本
Mixture.fm:Ruby on Rails 和 Backbone.js 驱动的电音平台,使用了 MongoDB 和 ElasticSearch 等开源项目。
[编辑] 安装
git clone git://github.com/erickreutz/mixturefm.git cd mixturefm brew install mongodb brew install elasticsearch curl get.pow.cx | sh cd ~/.pow ln -s /path/to/repo gem install bundler bundler cd mixturefm bundle install --path .bundle --binstubs gem install -v 1.8.1 bson // 可能需要 vim Procfile.dev cp config/examples/mongoid.yml config/ cp config/examples/elasticsearch.yml config/ cp config/examples/mongod.conf config/ cp config/.env . bundle exec foreman start -f Procfile.dev
[编辑] 链接
分享您的观点