breandan / docs-software_devel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fork this repo

Fork this repo to edit it.

Running using Docker

First run:

$ git submodule sync --recursive
$ git submodule update --init --recursive

Installing Docker

Then install Docker:

$ make install-docker-ubuntu16

Note: you need to be in group docker. The script adds you, but it does not take effect immediately. You need to exit the console and re-enter.

Compiling

Then compile using:

$ make compile-docker

About

License:Other


Languages

Language:Makefile 100.0%