Software lincensing control system, using PCGuard to generate activation codes.
-
Clone app and set up database
git clone https://github.com/jdugarte/licenses.git cd licenses bundle rake db:migrate rake db:seed
-
Set up license generation mode,
generate_dummy_licenses
setting in /config/initializers/pcguard.rb -
Run server
rails server
-
Go to localhost:3000/ and login with user “[email protected]”, password “123123”