Last active
November 17, 2016 15:26
-
-
Save gnuoy/c08aa4d71c85e4b0aca4e21dff746c0c to your computer and use it in GitHub Desktop.
This file contains 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
THIS PAGE IS HERE: https://goo.gl/XTqH0y | |
WIFI NETWORK: CANONICAL | |
WIFI PASSWORD: canonical | |
** Tutorials ** | |
Charm Deploy and Scale Tutorial: https://goo.gl/kLpKaw | |
Charm Deploy and Scale Tutorial Recording: https://asciinema.org/a/0wqvhrpshmvz2vcg46bvvtbul | |
Create, Build and Deploy an OpenStack API Charm Tutorial: https://goo.gl/uSVPkR | |
Create, Build and Deploy an OpenStack API Charm Recording: https://asciinema.org/a/3u30bwy7eq35h6bap1dol4okc | |
** Installing Juju ** | |
https://jujucharms.com/docs/stable/reference-releases | |
If using Ubuntu 16.04 or later: | |
sudo add-apt-repository ppa:juju/stable | |
sudo apt update | |
sudo apt install juju | |
If using Ubuntu 14.04: | |
sudo add-apt-repository ppa:juju/devel | |
sudo apt-get update | |
sudo apt-get install juju | |
If using MAC OSX Sierra: | |
Sorry, currently not supported | |
Windows 10: | |
Ubuntu VM or ... | |
https://msdn.microsoft.com/en-us/commandline/wsl/about | |
** Resources ** | |
Installing Juju Client: https://jujucharms.com/docs/stable/reference-releases | |
Credentials: https://developer.juju.solutions/credentials/<TOKEN> | |
Authenticating Juju client: juju add-credential aws | |
OpenStack on MAAS Bundle: https://jujucharms.com/openstack-base/ | |
OpenStack on LXD: http://docs.openstack.org/developer/charm-guide/openstack-on-lxd.html | |
Charm Guide: http://docs.openstack.org/developer/charm-guide/ | |
Charm Code: https://github.com/openstack?query=charm | |
Talks: http://insights.ubuntu.com/event/openstack-summit/ | |
Dev Sessions at ODS: https://www.openstack.org/summit/barcelona-2016/summit-schedule/global-search?t=OpenStack+Charms |
If using MAC OSX:
Install Homebrew: -
run in Terminal app:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
and press enter/return key. Wait for the command to finish.
And then run in Terminal app:
brew install juju
That is, if you don't have HomeBrew already :-)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Rick Hicksted/QLogic was here