# 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