Skip to content

enforcers/LetMeDoIt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

177 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LetMeDoIt is a platfom system which aims to bring people together, who on the one hand want to get a certain problem in an IT manner solved, and on the other those who are willing to solve them.

Developers


Viktor Fast, Christian Lange, Lorenz Mintert

Resources

Quick start

  • Clone the repo git clone git://github.com/enforcers/LetMeDoIt.git

  • Run following commands

     	bundle install
     	rake db:migrate
     	rake db:seed
    
  • Optionally you can generate sample data with rake db:sample

  • ImageMagick is required to resize Profile Photos (Image upload)

    • if you are using windows update this line in development.rb to your ImageMagick folder

       Paperclip.options[:command_path] = 'C:\Program Files (x86)\ImageMagick-6.8.2-Q16'

After setup you can access the Admin user with admin@admin.de/admin5. You may change those login data as soon as possible.

Sample data

As mentioned you may want to populate some sample data to see the system in work. You can do that by running rake db:sample

Sample data logins

The users generated by sample command are

  • Abraham abraham@example.org/password
  • Dentist dentist@example.org/password
  • Pilgrim pilgrim@example.org/password
  • Hans hans@example.org/password
  • Jack jack@example.org/password
  • Bub bub@example.org/password

Development

Getting started


  1. Install above mentioned software

  2. Synchronize project with github ("Clone in Windows"-Button)

  3. Open cmd window (or powershell, supplied with github)

  4. cd to local github dir (C:\Users\xxx\Documents\GitHub\LetMeDoIt)

  5. Run following commands

    	bundle install
    	rake db:migrate
    	rake db:seed
    	rails server
    

    before tests: rake db:test:prepare

  6. Goto http://localhost:3000

  7. Preset admin user

    Mail: admin@admin.de
    Pass: admin5
    
  8. Gmail Account

    user: letmedoit2013@gmail.com
    pass: wasd1234
    
  9. Dropbox Account

    user: letmedoit2013@gmail.com
    pass: wasd1234
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors