Skip to content

intive-FDV/smartbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SmartBox

GIT clone

Replace <user> with your actual user.

git clone https://github.com/FDVSolutions/smartbox

Development

To run the application, you'll need to:

  • Install Ruby > 1.9. We recommend to use RVM.
  • Install Bundler: gem install bundler
  • Install all the dependencies: bundle install

To run the local development server, just run:

$ rackup

To build the static application:

$ rake build

To clone outside fdv's lan you have to set this environment variable:

$ export GIT_SSL_NO_VERIFY=true

Or, alternatively:

$ git config http.sslVerify "false"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published