Skip to content

maddevsio/openfreecabs-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Openfreecabs.org main page

Prerequisites

Go or Nginx

Installation

mkdir -p $GOPATH/src/github.com/maddevsio/
cd $GOPATH/src/github.com/maddevsio
git clone https://github.com/maddevsio/openfreecabs-web
cd openfreecabs-web
make depends
make

Or golang way

mkdir -p $GOPATH/src/github.com/maddevsio/
cd $GOPATH/src/github.com/maddevsio
git clone https://github.com/maddevsio/openfreecabs-web
cd openfreecabs-web
go get -v
go build -v
go install

Run

./web

Open http://localhost:8091 in your browser

Contributing

Feel free to create issues, sending pull requests.

  1. Fork repo
  2. Make a changes
  3. Commit
  4. Create pull request

About

Openfreecabs.org web interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published