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
developbranch.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