Skip to content

fermenreq/Dockerized-Platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Dockerized WebApp Platform

The purpose of this folder is to provide the Docker descriptors to deploy a webapp.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system. setting

Prerequisites

Docker
Docker compose
Linux SO (Ubuntu 14.04 - 16.10)
Malaga-showcase app

Installation Steps:

  1. Clone the following repo:
git clone https://[email protected]/stamp/atos-uc-city2go.git
  1. Move to the folder:
cd atos-uc-city2go/city2go
  1. Build the image:
root@osboxes:/home# docker-compose up 
Starting my_db
Starting my_web
Attaching to my_db, my_web
my_db  | LOG:  database system was shut down at 2018-01-08 14:28:06 UTC
my_db  | LOG:  MultiXact member wraparound protections are now enabled
my_db  | LOG:  database system is ready to accept connections
my_db  | LOG:  autovacuum launcher started
my_web | Performing system checks...
my_web | 
my_web | System check identified no issues (0 silenced).
my_web | January 08, 2018 - 14:28:13
my_web | Django version 1.10.2, using settings 'showcase_server.settings'
my_web | Starting development server at http://0.0.0.0:8000/
my_web | Quit the server with CONTROL-C.

Versioning

For the versions available, see the tags on this repository.

Authors

About

Docker descriptors to deploy a webapp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages