Current version: 0.2.5
-
Install Docker Community Edition according with your operating system
-
Install Docker Compose according with your operating system.
-
Install a git client.
-
Clone the repository at
https://github.com/CollageLabs/collagelabs.org
.git clone https://github.com/CollageLabs/collagelabs.org
-
Open a terminal and navigate to the newly created folder.
-
Change to the
develop
branch.git checkout develop
-
Execute the following command to create the docker image (first time only):
make image
-
Execute the following command to install dependencies:
make dependencies
-
Execute the following command to start the project, which you can see in
localhost:5000
:make serve
-
Execute the following command to stop the project (you can also hit ctrl+C):
make stop
Web collagelabs.org · GitHub @CollageLabs · Twitter @CollageLabs