Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

500 error - Docker install #69

Closed
kjetilpp opened this issue May 21, 2016 · 1 comment
Closed

500 error - Docker install #69

kjetilpp opened this issue May 21, 2016 · 1 comment

Comments

@kjetilpp
Copy link

  • What version of Cachet?
    v2.2.2 on Ubuntu Docker 1.11.1 on 14.04 @ digitalocean

Installed Cachet using this guide on a Droplet from digitalocean running Docker 1.11.1 on Ubuntu 14.04: https://docs.cachethq.io/docs/get-started-with-docker

  1. Installed compose running: curl -L https://github.com/docker/compose/releases/download/1.7.1/docker-compose-uname -s-uname -m> /usr/local/bin/docker-compose chmod +x /usr/local/bin/docker-compose

Then:

git clone https://github.com/cachethq/Docker.git cachet-docker
cd cachet-docker
git checkout v2.2.1
docker-compose build
docker-compose up
root@status:~/cachet-docker# docker ps
CONTAINER ID        IMAGE                 COMMAND                  CREATED             STATUS              PORTS                                   NAMES
6b5187c4a30f        nginx:stable-alpine   "nginx -g 'daemon off"   15 minutes ago      Up 9 minutes        80/tcp, 443/tcp, 0.0.0.0:80->8000/tcp   cachetdocker_nginx_1
857af3c70de9        cachetdocker_cachet   "/sbin/entrypoint.sh "   15 minutes ago      Up 9 minutes        8000/tcp, 9000/tcp                      cachetdocker_cachet_1
a2693352bc92        postgres:9.5          "/docker-entrypoint.s"   15 minutes ago      Up 9 minutes        5432/tcp                                cachetdocker_postgres_1
docker exec -i cachetdocker_cachet_1  php artisan key:generate
docker exec -i cachetdocker_cachet_1  php artisan app:install

When i now visit http://myip/setup i get only a 500 error page.

@GrahamCampbell
Copy link
Contributor

Fixed. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants