Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/apavazza/ecommerce

An eCommerce webapp
https://github.com/apavazza/ecommerce

apache bootstrap docker docker-compose dockerfile ecommerce javascript jquery php postgresql webapp

Last synced: about 10 hours ago
JSON representation

An eCommerce webapp

Awesome Lists containing this project

README

        

Clone the repository using `git clone --recurse-submodules`

## Docker

To create and start docker containers execute
`docker-compose -f docker-compose.dev.yml up --build -d`

To start already existing containers execute
`docker-compose -f docker-compose.dev.yml start`

To stop all containers execute
`docker-compose -f docker-compose.dev.yml stop`

To stop and delete all containers execute
`docker-compose -f docker-compose.dev.yml down`

Change `docker-compose.dev.yml` to `docker-compose.prod.yml` in order to use the production version. Not recommended for debugging.