Giter Club home page Giter Club logo

docker-revive's Introduction

Docker Pulls Docker Layers Docker Version

Docker-Revive

Introduction

This is a simple project to up the Revive AdServer quickly using docker.

Folder Structure

Folder Structure

  • app/ - Contains the Revive 3.2.2 source code
  • docker/ - Contains the same files based on docker-compose syntax to config how docker will execute the containers
  • mysql/ - Initially, it Is a empty folder that is mapped to the mysql container, when the mysql container is running it will write the files within this folder, so you do not lose the data when the container is removed
  • server/ - Contains a configuration file for nginx, this file is mapped to docker container to be read to nginx

Requirements

Instalation

1ª Step: Clone this project and access the project folder
git clone [email protected]:Delermando/docker-revive.git
cd docker-revive

2ª Step: Run docker stack
docker-compose up -d

3ª Step: Get the MySql IP from container
docker inspect --format '{{ .NetworkSettings.IPAddress }}' mysql

4ª Step: Access 'locahost:8080' on browser. Now should appear a screen with the Revive terms

5ª Step: Accept the terms. Now should display the database connection setup

6ª Step: Fill de fields with de database credentials. Example:

  • Database Name: (You choose a name)
  • username: root
  • password: root
  • hostname: (It is the IP that you get on 3ª Step)

7ª Step: Enjoy

docker-revive's People

Contributors

delermando avatar justb81 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.