apache / apache/cloudstack

INSTALL.md is incomplete and/or outdated

Offen
#6,726 4 Kommentare 0 Reaktionen 1 zugewiesene Person Beansprucht von @kiranchavala Auf GitHub ansehen
component:documentation no-issue-activity status:stale
Vorherrschende Sprache
Java
Sterne
3.1k
Forks
1.4k
Ø Merge
6 T. 19 Std.
Gemergte PRs (30 T.)
32

Beschreibung

##### ISSUE TYPE

* Documentation Report

##### COMPONENT NAME

~~~
Build instructions
~~~

##### CLOUDSTACK VERSION

~~~
4.16
~~~

##### CONFIGURATION

##### OS / ENVIRONMENT

CentOS 7

##### SUMMARY

I tried to follow the steps in INSTALL.md to build CloudStack on CentOS 7. The instructions aren't working. They seem to be missing some steps, and I wonder if some of the dependency version numbers are outdated (e.g. Maven 3.6.3).

##### STEPS TO REPRODUCE

~~~

~~~

##### EXPECTED RESULTS

~~~

~~~

##### ACTUAL RESULTS

~~~
I had to add a MySQL repository before yum could install MySQL. I didn't know which version to use, so I picked 7.5 because it's used in the quick installation guide.

```
wget http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm
rpm -ivh mysql-community-release-el7-5.noarch.rpm
```

In the `Install tools and dependencies` section, I needed to add bzip2 and python3 to the yum command.

The Maven download URL doesn't work. You could change the domain name from www.us.apache.org to archive.apache.org. That would work, but you'd still get an old version. I found it was much easier to just use sdkman.io to install the latest version.

Those changes were enough for the build to succeed. But I couldn't create the DB schema. I'm wondering if that part of the process needs an older version of MySQL.
~~~

Beitragsleitfaden

Beitragsleitfaden öffnen

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.