Community
BizDock Community
BizDock is an open source software associated with the GPLv2 license.
You may freely download, install and use it in your own environment.
Installing BizDock
BizDock can be installed very quickly using Docker on a Linux machine.- Check that Docker 1.10+ is installed on your machine
- Download the shell installation script in a folder of your choice :
$ curl -sL https://raw.githubusercontent.com/theAgileFactory/bizdock-installation/master/cli/create.sh > create.sh
- Ensure that the file can be executed:
chmod u+x create.sh
- Run the script
./create.sh
Understanding BizDock
You can refer to the Bizdock HELP wiki of BizDock to get some information regarding:
- How to use BizDock
- How to confirgure BizDock
- How to install BizDock
- How to customize Bizdock
Build BizDock
The code of the various BizDock modules is hosted on GitHub for those who might want to “build-it” from scratch.