Skip to content

jdugarte/licenses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 “admin@local.com”, password “123123”