https://github.com/CenturyLinkLabs/panamax-ui/wiki/Installing-Panamax#digital-ocean
Last active
August 29, 2015 14:07
-
-
Save int128/6b67a889681c67c0dfdd to your computer and use it in GitHub Desktop.
Install Panamax
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| % ssh [email protected] | |
| CoreOS (beta) | |
| core@panamax ~ $ | |
| core@panamax ~ $ sudo -i | |
| panamax ~ # curl -O http://download.panamax.io/installer/pmx-installer-latest.zip | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 100 15983 100 15983 0 0 16368 0 --:--:-- --:--:-- --:--:-- 39366 | |
| panamax ~ # unzip pmx-installer-latest.zip -d /var/panamax | |
| Archive: pmx-installer-latest.zip | |
| inflating: /var/panamax/create-docker-mount | |
| inflating: /var/panamax/LICENSE | |
| inflating: /var/panamax/desktop | |
| extracting: /var/panamax/panamax | |
| inflating: /var/panamax/.coreosenv | |
| inflating: /var/panamax/README.md | |
| inflating: /var/panamax/CHANGELOG.md | |
| inflating: /var/panamax/ubuntu.sh | |
| inflating: /var/panamax/Vagrantfile | |
| extracting: /var/panamax/.version | |
| inflating: /var/panamax/coreos | |
| inflating: /var/panamax/CONTRIBUTING.md | |
| panamax ~ # cd /var/panamax/ | |
| panamax panamax # ./coreos install --stable | |
| Installing Panamax... | |
| Failed to stop update-engine-reboot-manager.service: Unit update-engine-reboot-manager.service not loaded. | |
| Created symlink from /etc/systemd/system/update-engine-reboot-manager.service to /dev/null. | |
| Created symlink from /etc/systemd/system/update-engine.service to /dev/null. | |
| Created symlink from /etc/systemd/system/sockets.target.wants/systemd-journal-gatewayd.socket to /usr/lib64/systemd/system/systemd-journal-gatewayd.socket. | |
| docker pull centurylink/panamax-api:latest | |
| ............................................................................................ | |
| docker pull centurylink/panamax-ui:latest | |
| ............................... | |
| docker pull google/cadvisor:0.2.2 | |
| .......... | |
| Created symlink from /etc/systemd/system/multi-user.target.wants/panamax-metrics.service to /etc/systemd/system/panamax-metrics.service. | |
| Created symlink from /etc/systemd/system/multi-user.target.wants/panamax-api.service to /etc/systemd/system/panamax-api.service. | |
| Created symlink from /etc/systemd/system/multi-user.target.wants/panamax-ui.service to /etc/systemd/system/panamax-ui.service. | |
| Oct 02 03:17:49 panamax docker[729]: [5a3d6781] -job create(PMX_API) = OK (0) | |
| Oct 02 03:17:49 panamax systemd[1]: Started Panamax UI. | |
| Oct 02 03:17:50 panamax docker[729]: [5a3d6781] -job delete(PMX_UI) = OK (0) | |
| Oct 02 03:17:50 panamax systemd[1]: Started Panamax UI. | |
| Oct 02 03:17:50 panamax docker[1257]: PMX_UI | |
| Oct 02 03:17:50 panamax docker[729]: [info] POST /v1.14/containers/create?name=PMX_UI | |
| Oct 02 03:17:50 panamax docker[729]: [5a3d6781] +job create(PMX_UI) | |
| Oct 02 03:17:50 panamax docker[729]: [5a3d6781] -job create(PMX_UI) = OK (0) | |
| Panamax install complete | |
| panamax panamax # |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment