-
Notifications
You must be signed in to change notification settings - Fork 6
/
managers.html
162 lines (146 loc) · 6.68 KB
/
managers.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>Managers</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<meta name="keywords" content="">
<meta name="generator" content"JBake">
<meta charset="utf-8" />
<title>CRaSH the shell for the Java Platform</title>
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="css/site.css">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-1292368-36', 'crashub.org');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="navbar navbar-default navbar-fixed-top">
<a href="https://github.com/crashub">
<img class="github img-responsive"class="github" alt="Fork me on GitHub" src="../images/github.png">
</a>
<div class="container">
<div class="row">
<div class="navbar-header">
<button data-target=".navbar-collapse" data-toggle="collapse" class="navbar-toggle collapsed" type="button">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="logo" href="http://www.crashub.org/"><img class="img-responsive"alt="logo" src="../images/logo.png"></a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li ><a href="/">Home</a></li>
<li class="active"><a href="/managers.html">Install</a></li>
<!-- <li ><a href="http://try.crashub.org">Demo</a></li>-->
<li ><a href="/contributors.html">Contributors</a></li>
<li ><a href="/links.html">Links</a></li>
<li class="menu-icon-item">
<ul>
<li><a href="https://github.com/crashub/crash"><i class="uiIconCrash uiIconGithub"></i></a></li>
<li><a href="https://twitter.com/crashub"><i class="uiIconCrash uiIconTwitter"></i></a></li>
<li><a href="http://community.exoplatform.com/portal/g/:spaces:crash/crash/forum"><i class="uiIconCrash uiIconExo"></i></a></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</div> <!-- end navbar -->
<div class="container">
<div class="install-page">
<div class="page-header"><h1 class="big-title-with-arrow">Install</h1></div>
<div class="content-blk">
<h2><a name="gvm">Groovy enVironment Manager</a></h2>
<p>GVM is a tool for managing parallel Versions of multiple Software Development Kits on most Unix based systems.
It provides a convenient command line interface for installing, switching, removing and listing Candidates,
supported platorms:</p>
<ul>
<li>Linux</li>
<li>Mac OSX</li>
<li>Cygwin</li>
<li>Solaris</li>
<li>FreeBSD (with bash installed)</li>
</ul>
<p>The intructions for installing CRaSH are available on the <a href="http://gvmtool.net">gvm site</a></p>
</div>
<div class="content-blk">
<h2><a name="brew">Brew</a></h2>
<p><a href="http://brew.sh">Brew</a> is the missing package manager for OS X, CRaSH is available as a Brew formula.</p>
</div>
<div class="content-blk">
<h2><a name="rpm">RPM</a></h2>
<p>CRaSH can also be installed from RPMs.</p>
<h3>Centos 6</h3>
<p>Add Yum repository by editing repo file <code>/etc/yum.repos.d/devops-incubator.repo</code></p>
<pre>
[home_henri_gomez_devops-incubator]
name=Devops Incubator Packages (CentOS_CentOS-6)
type=rpm-md
baseurl=http://download.opensuse.org/repositories/home:/henri_gomez:/devops-incubator/CentOS_CentOS-6/
gpgcheck=1
gpgkey=http://download.opensuse.org/repositories/home:/henri_gomez:/devops-incubator/CentOS_CentOS-6/repodata/repomd.xml.key
enabled=1</pre>
<p>Install CRaSH</p>
<pre>
sudo yum update
sudo yum install crash</pre>
<h3>Fedora 20</h3>
<p>Add Yum repository by editing repo file <code>/etc/yum.repos.d/devops-incubator.repo</code></p>
<pre>
[home_henri_gomez_devops-incubator]
name=Devops Incubator Packages (Fedora_20)
type=rpm-md
baseurl=http://download.opensuse.org/repositories/home:/henri_gomez:/devops-incubator/Fedora_20/
gpgcheck=1
gpgkey=http://download.opensuse.org/repositories/home:/henri_gomez:/devops-incubator/Fedora_19/repodata/repomd.xml.key
enabled=1</pre>
<p>Install CRaSH</p>
<pre>
sudo yum update
sudo yum install crash</pre>
<h3>openSUSE 13.1</h3>
<p>Add Zypper repository by editing repo file <code>/etc/zypp/repos.d/devops-incubator.repo</code></p>
<pre>
[home_henri_gomez_devops-incubator]
name=Devops Incubator Packages (openSUSE_13.1)
type=rpm-md
baseurl=http://download.opensuse.org/repositories/home:/henri_gomez:/devops-incubator/openSUSE_13.1/
gpgcheck=1
gpgkey=http://download.opensuse.org/repositories/home:/henri_gomez:/devops-incubator/openSUSE_13.1/repodata/repomd.xml.key
enabled=1</pre>
<p>Install CRaSH</p>
<pre>
sudo zypper ref
sudo zypper update
sudo zypper install crash</pre>
</div>
</div>
</div>
<div class="footer">
<div class="container">
<p class="pull-left">Sponsored by <a href="https://www.exoplatform.com" class="text-blue">eXo Platform</a></p>
<ul class="footer-links pull-right clearfix">
<li>Follow us: </li>
<li><a href="https://www.facebook.com/eXoPlatform"><i class="uiIconSoc uiIconFacebook"></i></a></li>
<li><a href="https://twitter.com/eXoPlatform"><i class="uiIconSoc uiIconTwitter"></i></a></li>
<li><a href="https://plus.google.com/+ExoplatformTribe"><i class="uiIconSoc uiIconGplus"></i></a></li>
<li><a href="http://www.linkedin.com/company/exo-platform"><i class="uiIconSoc uiIconLinkedin"></i></a></li>
<li><a href="http://feeds.feedburner.com/eXo-Platform"><i class="uiIconSoc uiIconRss"></i></a></li>
<li><a href="http://www.youtube.com/channel/UCtKQaab9rTJ_gN-OCzkOvIw"><i class="uiIconSoc uiIconYoutube"></i></a></li>
</ul>
</div>
</div>
<script src="js/jquery-1.9.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>