Ruby on Rails samples project
The Ruby on Rails samples project shows how to use PKI Express together with Web PKI on a Ruby project using the Ruby on Rails framework. It is hosted on GitHub at:
https://github.com/LacunaSoftware/PkiSuiteSamples/tree/master/ruby/rails
Running the project
- Install PKI Express
- Download the project or clone the repository
- In a command prompt, navigate to the folder
Ruby/Rails
and run the commandbundle install
to download the dependencies - Run application:
rails server
- Access the URL http://localhost:3000