Skip to content

Commit b59c9d1

Browse files
add nodejs as dependency for building from source (apache#182)
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
1 parent 7fdd7a9 commit b59c9d1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

source/installguide/building_from_source.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,9 @@ You will need, at a minimum, the following to compile CloudStack:
146146

147147
#. Maven (version 3)
148148

149-
#. Java (Java 8/OpenJDK 1.8)
149+
#. Java (Java 11/OpenJDK 1.11)
150+
151+
#. NodeJS (LTS/12)
150152

151153
#. Apache Web Services Common Utilities (ws-commons-util)
152154

@@ -254,6 +256,8 @@ several other dependencies. Note that we recommend using Maven 3.
254256
$ sudo apt-get install python-software-properties
255257
$ sudo apt-get update
256258
$ sudo apt-get install debhelper openjdk-11-jdk libws-commons-util-java genisoimage libcommons-codec-java libcommons-httpclient-java liblog4j1.2-java maven
259+
$ curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
260+
$ sudo apt-get install -y nodejs
257261
258262
.. note::
259263

@@ -414,6 +418,8 @@ Linux.
414418
.. parsed-literal::
415419
416420
# yum install java-11-openjdk-devel genisoimage mysql mysql-server ws-commons-util MySQL-python python-setuptools createrepo
421+
# curl -sL https://rpm.nodesource.com/setup_12.x | sudo bash -
422+
# yum install nodejs
417423
418424
Next, you'll need to install build-time dependencies for CloudStack with
419425
Maven. We're using Maven 3, so you'll want to grab `Maven 3.0.5 (Binary tar.gz)

0 commit comments

Comments
 (0)