romaninsh / dokku-alt-manager

dokku-alt Web Manager App (LOOKING FOR CO-MAINTAINER)
100 stars 19 forks source link

Cannot install dokku-alt manager #29

Open koraysels opened 8 years ago

koraysels commented 8 years ago

I am trying to setup a dokku-alt server but I cannot get dokku-alt manager installed.. :(

whenever I run dokku manager:install it fails with following errors :

Package libapache2-mod-php5 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Package php5-mysql is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Package php5-gd is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Package php-apc is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'libapache2-mod-php5' has no installation candidate
E: Package 'php5-mysql' has no installation candidate
E: Package 'php5-gd' has no installation candidate
E: Unable to locate package php5-curl
E: Package 'php-apc' has no installation candidate

(the nodejs example from the dokku-alt docs works finoe btw)

patrick91 commented 8 years ago

@koraysels if you change the FROM line in the Dockerfile to

FROM ubuntu:15.10

it should work.

WoLfulus commented 7 years ago

@patrick91 on manager repository? because he's using the dokku's installer, not the documented procedure here on manager repo.

It's not working for me also btw.