Skip to content

Keyrat06/website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

522 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Installing Locally


  1. $ git clone REPOSITORY_URL

  2. $ cd website

  3. $ cp config/database.yml.tmp config/database.yml

  4. Make sure you have mysql installed and configured

  5. Enter your mysql username and password into all 5 locations in database.yml

  6. $ bundle install

  7. $ rake db:create:all

  8. $ mysql -u root -p dke_website_dev < db/dke_website.sql

  9. $ rake db:migrate


Adding a Plugin


  1. $ cd plugins

  2. $ ./newPlugin.sh PLUGIN_NAME

  3. Add plugin to Gemfile (ex. gem “PLUGIN_NAME”, path: ‘PATH’)

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

Please feel free to use a different markup language if you do not plan to run rake doc:app.

About

DKE website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Ruby 61.9%
  • HTML 23.7%
  • JavaScript 10.8%
  • CSS 3.5%
  • Shell 0.1%