Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 501 Bytes

README.rdoc

File metadata and controls

19 lines (13 loc) · 501 Bytes

Licenses

Software lincensing control system, using PCGuard to generate activation codes.

Getting Started

  1. Clone app and set up database

    git clone https://github.com/jdugarte/licenses.git
    cd licenses
    bundle
    rake db:migrate
    rake db:seed
  2. Set up license generation mode, generate_dummy_licenses setting in /config/initializers/pcguard.rb

  3. Run server

    rails server
    
  4. Go to localhost:3000/ and login with user “[email protected]”, password “123123”