Skip to content

Instantly share code, notes, and snippets.

@jessereynolds
Created October 21, 2014 13:08
Show Gist options
  • Save jessereynolds/2397a83543bfe0501be6 to your computer and use it in GitHub Desktop.
Save jessereynolds/2397a83543bfe0501be6 to your computer and use it in GitHub Desktop.
installing flapjack 1.2.0rc2 on centos 6
[vagrant@flapjack ~]$ wget http://packages.flapjack.io/rpm/flapjack-1.2.0~rc2~20141017115520_v1.2.0rc2_6-1.el6.x86_64.rpm
--2014-10-21 12:51:18-- http://packages.flapjack.io/rpm/flapjack-1.2.0~rc2~20141017115520_v1.2.0rc2_6-1.el6.x86_64.rpm
Resolving packages.flapjack.io... 176.32.100.202
Connecting to packages.flapjack.io|176.32.100.202|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 65640944 (63M) [application/x-redhat-package-manager]
Saving to: `flapjack-1.2.0~rc2~20141017115520_v1.2.0rc2_6-1.el6.x86_64.rpm'
100%[=======================================================================>] 65,640,944 54.9K/s in 14m 53s
2014-10-21 13:06:18 (71.8 KB/s) - `flapjack-1.2.0~rc2~20141017115520_v1.2.0rc2_6-1.el6.x86_64.rpm' saved [65640944/65640944]
[vagrant@flapjack ~]$
[vagrant@flapjack ~]$
[vagrant@flapjack ~]$ sudo yum install flapjack-1.2.0~rc2~20141017115520_v1.2.0rc2_6-1.el6.x86_64.rpm
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
* base: mirror.colocity.com
* epel: mirror.as24220.net
* extras: mirror.colocity.com
* rpmforge: mirror.as24220.net
* updates: mirror.colocity.com
Setting up Install Process
Examining flapjack-1.2.0~rc2~20141017115520_v1.2.0rc2_6-1.el6.x86_64.rpm: flapjack-1.2.0~rc2~20141017115520_v1.2.0rc2_6-1.el6.x86_64
Marking flapjack-1.2.0~rc2~20141017115520_v1.2.0rc2_6-1.el6.x86_64.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package flapjack.x86_64 0:1.2.0~rc2~20141017115520_v1.2.0rc2_6-1.el6 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
=================================================================================================================
Package Arch Version Repository Size
=================================================================================================================
Installing:
flapjack x86_64 1.2.0~rc2~20141017115520_v1.2.0rc2_6-1.el6
/flapjack-1.2.0~rc2~20141017115520_v1.2.0rc2_6-1.el6.x86_64 196 M
Transaction Summary
=================================================================================================================
Install 1 Package(s)
Total size: 196 M
Installed size: 196 M
Is this ok [y/N]: y
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Installing : flapjack-1.2.0~rc2~20141017115520_v1.2.0rc2_6-1.el6.x86_64 1/1
Verifying : flapjack-1.2.0~rc2~20141017115520_v1.2.0rc2_6-1.el6.x86_64 1/1
Installed:
flapjack.x86_64 0:1.2.0~rc2~20141017115520_v1.2.0rc2_6-1.el6
Complete!
[vagrant@flapjack ~]$ ls /opt/flapjack
bin embedded version-manifest.txt
[vagrant@flapjack ~]$ which flapjack
/usr/bin/which: no flapjack in (/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/vagrant/bin)
[vagrant@flapjack ~]$ /opt/flapjack/bin/flapjack --version
flapjack version 1.2.0rc2
[vagrant@flapjack ~]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment