Um ambiente para você organizar suas palestras, eventos e compartilhar conhecimento.
Aconselhamos você a usar o gerenciador de versões Ruby (http://rvm.io)
curl -sSL https://get.rvm.io | bash -s stable
rvm install 2.3.0
sudo apt-get install mongodb
Aproveita e instala a biblioteca para gerenciar o mongo (http://genghisapp.com/)
gem install genghisapp
sudo apt-get install redis-server
sudo apt-get install qt5-default libqt5webkit5-dev
MailCatcher (http://mailcatcher.me)
gem install mailcatcher
mailcatcher
bundle install
Agora espera...
rake db:seed
sidekiq
redis-cli flushall
rails server
localhost:3000
localhost:3000/sidekiq
localhost:1080
rake spec:coverage
echo "SECRET_TOKEN=`bundle exec rake secret`" > .env
O Palestras Coletivas é liberado sob a MIT License.