An open API service indexing awesome lists of open source software.

https://github.com/indrode/muma


https://github.com/indrode/muma

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

## Music Manager

Demo unter: http://mm.zenpunch.com

Hier sind kurz die benutzten Komponente:

Blueprint
Authlogic für die Authentifizierung
HAML (mit nifty-generators)
Sphinx via Thinking Sphinx
Paperclip für Uploads
MySQL Datenbank

Capistrano Konfiguration:

sample_deploy.rb

config/deploy.rb der eigenen Konfiguration anpassen. Dann der erste Deploy:

cap deploy:setup
cap deploy:check
cap deploy:migrations

Wenn man will, etwas seed data:

rake db:seed RAILS_ENV=production

Thinking Sphinx starten:

rake thinking_sphinx:configure RAILS_ENV=production && rake thinking_sphinx:start RAILS_ENV=production && rake thinking_sphinx:index RAILS_ENV=production

In crontab:

rake thinking_sphinx:index RAILS_ENV=production

Zum Testen (lokal):

sudo rake