rhtyd commented on a change in pull request #24: added updated instructions for ubuntu 18.04 and cloudstack 4.11 URL: https://github.com/apache/cloudstack-documentation/pull/24#discussion_r251056504
########## File path: source/developersguide/developer_guide.rst ########## @@ -122,6 +123,79 @@ Finally install ``mkisofs`` with: apt-get install genisoimage +On Ubuntu 18.04 +~~~~~~~~~~~~~~~ + +Run apt-get update to fetch the latest package list from the repo + +:: + + apt-get update + +NTP might already be installed, check it with ``service ntp status``. If +it's not then install NTP to synchronize the clocks: + +:: + + apt-get install openntpd + +Install ``openjdk``. As we're using Linux, OpenJDK is our first choice. + +:: + + apt-get install openjdk-8-jdk + +Install ``tomcat8`` + +:: + + apt-get install tomcat8 Review comment: This is old/deprecated, we don't need tomcat anymore. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services