GithubHelp home page GithubHelp logo

pablovallejo / docker-1 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cachethq/docker

0.0 2.0 0.0 100 KB

A dockerized version of Cachet.

Home Page: https://cachethq.io/

License: BSD 3-Clause "New" or "Revised" License

Makefile 0.66% Shell 99.34%

docker-1's Introduction

Cachet Docker Image

This is the official repository of the Docker image for Cachet.

Cachet is a beautiful and powerful open source status page system, a free replacement for services such as StatusPage.io, Status.io and others.

For full documentation, visit the Installing Cachet with Docker page.

Supporting Cachet

Cachet is a BSD-3-licensed open source project. If you'd like to support future development, check out the Cachet Patreon campaign.

Docker Hub Automated build

cachethq/docker is available as a Docker Hub Trusted Build.

For a full list of Cachet versions released as Docker images please see the list of Docker hub tags.

The master branch and cachethq/docker:latest Docker automated build are a work in progress / development version of the upstream Cachet project. Use of master or :latest in a production environment is not recommended as it may change at any time.

Please use a tagged Cachet Docker image release or one of the tagged builds from https://hub.docker.com/r/cachethq/docker/tags/ with docker pull cachethq/docker:2.2.1.

Testing

Pull requests must pass the Bash Automated Testing System tests, which run on Travis CI via located in the test directory.

Use make test to manually run the tests.

Development of Cachet using this docker environment

  1. Clone the official repo of CachetHQ/Docker
git clone https://github.com/cachethq/Docker.git cachet-docker
cd cachet-docker
git tag -l
git checkout $LATEST_TAG
  1. Clone the official repo of CachetHQ/Cachet here and do composer install
git clone https://github.com/CachetHQ/Cachet.git
  1. Setup the Cachet project
cd Cachet
composer install
cp ../conf/.env.docker ./.env
cd ..
  1. Edit the docker-compose.yml file
replace 
  build: . 
with 
  image: cachethq/docker

replace
  - /var/www 
with 
  - ./Cachet/:/var/www/html/
  1. Build and run the docker compose
docker-compose up
  1. Open new terminal and execute the following commands after getting container name via docker ps:
docker exec -i docker_cachet_1  php artisan key:generate
docker exec -i docker_cachet_1  php artisan app:install

docker-1's People

Contributors

adamlc avatar andelhie avatar andygrunwald avatar atmosx avatar axilleas avatar djdefi avatar grahamcampbell avatar jadb avatar jbrooksuk avatar mathieuruellanmyscript avatar mattallty avatar mcfedr avatar wfjsw avatar xrahul avatar zemirco avatar

Watchers

 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.