FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
cloudstack/scripts/installer/cloudstack-help-text at main · vanzan01/cloudstack · GitHub
vanzan01
/
cloudstack
Public
forked from
apache/cloudstack
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
cloudstack
/
scripts
/
installer
/
cloudstack-help-text
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
49 lines (44 loc) · 1.99 KB
Breadcrumbs
cloudstack
/
scripts
/
installer
/
cloudstack-help-text
Copy path
File metadata and controls
executable file
·
49 lines (44 loc) · 1.99 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
#!
/bin/sh
#
Licensed to the Apache Software Foundation (ASF) under one
#
or more contributor license agreements. See the NOTICE file
#
distributed with this work for additional information
#
regarding copyright ownership. The ASF licenses this file
#
to you under the Apache License, Version 2.0 (the
#
"License"); you may not use this file except in compliance
#
with the License. You may obtain a copy of the License at
#
#
http://www.apache.org/licenses/LICENSE-2.0
#
#
Unless required by applicable law or agreed to in writing,
#
software distributed under the License is distributed on an
#
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
#
KIND, either express or implied. See the License for the
#
specific language governing permissions and limitations
#
under the License.
ACS_VERSION=
ACL_MINOR_VERSION=
$(
echo
$ACS_VERSION
|
cut -d
'
-
'
-f1
)
case
$1
in
management)
PACKAGE=
"
Management Server
"
;;
usage)
PACKAGE=
"
Usage Server
"
;;
agent)
PACKAGE=
"
Agent
"
;;
esac
printf
"
\n
"
printf
"
Thank you for installing Apache CloudStack
${PACKAGE}
${ACS_VERSION}
!\n
"
printf
"
\n
"
printf
"
* Project website: https://cloudstack.apache.org/\n
"
printf
"
* Documentation: https://docs.cloudstack.apache.org/en/
${ACL_MINOR_VERSION
:-
latest}
/\n
"
printf
"
* Release notes: https://docs.cloudstack.apache.org/en/
${ACL_MINOR_VERSION
:-
latest}
/releasenotes/\n
"
printf
"
* Join mailing lists: https://cloudstack.apache.org/mailing-lists.html\n
"
printf
"
* Take the survey: https://cloudstack.apache.org/survey.html\n
"
printf
"
* Report issues: https://github.com/apache/cloudstack/issues/new\n
"
if
[
"
$1
"
=
"
management
"
]
;
then
printf
"
\nSince Apache CloudStack 4.20.0.0, the System VMs and virtual routers require at least 512 MiB memory, please check the System Offerings.
"
printf
"
\nMore information can be found at https://docs.cloudstack.apache.org/en/
${ACL_MINOR_VERSION
:-
latest}
/upgrading/upgrade/_sysvm_restart.html\n
"
fi
printf
"
\n
"
Back
|
FazBrowse Home
|
New Git URL