Sign inSign up

securable/customer-dashboard

By securable

Updated about 9 years ago

Our rails frontend

Image
2

7.3K

securable/customer-dashboard repository overview

Securable.IO dashboard Build Status Docker Automated build

Running this repo locally

First install docker for your local workstation: Get Docker

# Bring up all services (rails, mysql and elasticsearch)
docker-compose up -d
# Validate services started
docker ps

# Check webserver logs
docker-compose logs web
# Stop all running containers (can be restarted in same state later using the above command)
docker-compose stop
# Destroy all containers, including underlying volumes
docker-compose down -v
# Get shell access (bash) to the web container
docker-compose exec web bash

Tag summary

Content type

Image

Digest

Size

658.3 MB

Last updated

about 9 years ago

docker pull securable/customer-dashboard