https://github.com/indrode/muma
https://github.com/indrode/muma
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/indrode/muma
- Owner: indrode
- Created: 2010-10-12T02:36:38.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-12-19T21:23:03.000Z (over 15 years ago)
- Last Synced: 2023-04-21T14:08:23.325Z (about 3 years ago)
- Language: Ruby
- Homepage:
- Size: 156 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
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