# README
server

Getting Started
See the Getting Started guide.
Development
Ensure you have GOPATH set up and Docker installed.
Make sure you the repo is located properly inside GOPATH
:
mkdir -p $GOPATH/src/github.com/bblfsh
cd $GOPATH/src/github.com/bblfsh
git clone https://github.com/bblfsh/server.git
cd server
Dependencies
Ensure you have OSTree installed.
For Debian/Ubuntu:
$ apt-get install libostree-dev
For ArchLinux:
$ pacman -S ostree
Building From Source
Build with:
$ make dependencies
$ make build
Running Tests
Run tests with:
$ make test
License
GPLv3, see LICENSE
# Packages
No description provided by the author
No description provided by the author
Package runtime provide the runtime environment to execute the bblfsh drivers
The runtime is based on libcontainer allowing to the runtime run the drivers inside of a isolated lightweight container.
No description provided by the author