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

Update dokku-alt-manager to work on Ubuntu 16.04 with PHP 7. #4

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

wobblybobz
Copy link

These changes bring support for Ubuntu 16.04

  • As the Docker Library ubuntu:latest now points to Ubuntu 16.04 there were various issues with installing this package. Ubuntu 16.04 comes with php7 so the Dockerfile has been changed to update to php7.
  • There were issues finding the jqueryui-1.11-master.js file that was hard configured into the config-default.php file, i have commented out this line so atk4 will pick the version it has available in its package.
  • There were issues connecting to a dokku host caused by phpseclib, So i have updated to current version.
  • Removed the dev tags from the composer.json file.
  • Scripts could not find the include files for the phpseclib classes so I updated the calls to the phpseclib classes from \Net_SSH2 to \phpseclib\Net\SSH2

I have just tested this with the dokku manager:install after modifiying the DOKKU_ALT_MANAGER_REPOSITORY in the /var/lib/dokku-alt/plugins/dokku-alt-manager/commands file and installation completes and can communicate with dokku hosts.

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

Successfully merging this pull request may close these issues.

1 participant