# Pixpalace CS Docker Setup

1. Build the pixpalace_cs:1.0 image

`docker build -t pixpalace_cs:1.0 .`

2. Untar the MySQL database archive in the project root directory

`tar xvjf docker-pixpalace_cs-mysql.tbz2 .`

3. Start the app with docker-compose and follow on-screen instructions

`docker-compose up`

4. To stop the app, open a new terminal and run

`docker-compose down`

5. All the logs are accessible locally on the host filesystem in the application log/ directory
