Skip to content

ssg-org/ssg

Repository files navigation

ULICA.BA HACK-DAY

HACKDAY RULES

  • Send your github username to [email protected]
  • Everyboady will have read/write access to this repository
  • If somebady wanna add changes after hackday - do pull request
  • Create branch for each feature
  • If you dont know RoR - pair with somebady that know
  • Happy coding :)

WINDOWS

git clone [email protected]:zpasal/ssg.git
cd ssg
bundle
bundle exec rake db:migrate
bundle exec rake db:seed
  • Set SSL Root certificates
ruby ssl_patch.rb
set SSL_CERT_FILE=C:\RailsInstaller\cacert.pem
  • start server
bundle exec rails s
  • Allow access to firewall if Windows asks

MAC

git clone [email protected]:zpasal/ssg.git
cd ssg
bundle
bundle exec rake db:migrate
bundle exec rake db:seed
bundle exec rails s