Pre requisites

Additionaly to have the .Net Core 1 installed in your system, it's recommended that you also have installed Visual Studio 2015(or above) or Visual Studio Code, also it's recommended to have SQL server express installed on your machine or one available in the same network.

Before you can start coding and generating code with the framework, this is the list of prerequisites that you need to run the framework.

  • Ruby 2+ 32bit, also compatible with Ruby 1.9.2
  • rawc gem (install it if you don't have it like this)
     gem install rawc 
  • Nokogiri gem (install it if you don't have it like this)
     gem install nokogiri 
    If you have problems installing nokigiri, it's very likely that you have a buggy gem version, update your gems and try again.
  • Colorize gem (install it if you don't have it like this)
     gem install colorize 
  • Rubyzip gem (install it if you don't have it like this)
     gem install rubyzip 
Back