Git Product home page Git Product logo

smar_t's Introduction

smarT

The powerful and unique vehicle routing software for small and micro businesses. It is resource-efficient and could be deployed as SaaS application or on-premise.

Features

  • Optimization of vehicle routes through the combination of three different heuristics (M3PDP, Delta-M3PDP and Savings++)
  • automatic calculation of ETA
  • intuitive user interface
  • allows subsequent modification of generated tour
  • PDF / Print feature for route planning
  • Auto-complete of addresses
  • extensive validation of user inputs
  • Windows support via JRuby
  • Searchable orders and customers

Prerequisites

  • Ruby.2.x - 2.4.x
  • ImageMagic 7.0.7-22
  • wkhtmltopdf 0.12.4 (for PDF generation)

only for Windows support:

  • JRuby v.9.1.13.0 (instead of regular Ruby)
  • JRE (Java Runtime Environment) v.8.144

Installation

Get the repository

git clone https://github.com/nielspetersen/smar_T.git
cd smar_T

Note: The following steps are ony valid for Linux / Unix systems. See below for instructrions on how to set up smar[T] in an Windows environment.

Update your bundle

bundle install

and setup database (and run migrations)

rake db:setup

Installation on Windows:

git checkout jruby # switch to separate branch
jruby -S gem install bundler
jruby -S bundle install
jruby -S rake db:setup
jruby -S rails server

Run application

Execute

rails server

or

rails server -b 0.0.0.0 -p 3000

to make the Rails application accessible to others in the same network.

Reference

Based on work of:

[1] Brendel, A. B. (2015) Konzeptionierung eines ressourcen- und kosteneffizienten green Software-as-a-Service Tourenplanungssystems für Kleinst- und Kleinunternehmen, Masterthesis, University of Göttingen

[2] Kindermann, P. Tourenplanung mit Zeitfenstern für mehrere Fahrzeuge, Diploma thesis, University of Würzburg

smar_t's People

Contributors

nielspetersen avatar simonhess avatar abeneb avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

nielspetersen

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.