go to  ForumEasy.com   
JavaPro
Home » Archive » Message


[Email To Friend][View in Live Context][prev topic « prev post | next post » next topic]
  Step 2: Upload to Ubuntu 16.04 box
 
Subject: Step 2: Upload to Ubuntu 16.04 box
Author: Linux
In response to: Step 1: Download Jenkins .war file
Posted on: 10/23/2017 06:49:21 PM

  • WinSCP to your Ubuntu 16.04 box
  • Upload jenkins.war to /tmp --> (Rights: rw-rw-r-- Owner: administrator)
  • PuTTy to Ubuntu 16.04 box

    $ cd /tmp
    $ sudo cp jenkins.war /opt/tomcat/apache-tomcat-8.5.23/webapps/ --> (Rights: rw-r--r-- Owner: root)
    


    The service should be automatically deployed under folder ./webapps/jenkins (Rights: rwxr-x--- Owner: administrator)

    The built-in administrative user password can be found by:
    $ cat /opt/tomcat/apache-tomcat-8.5.23/logs/catalina.out 
    
    *************************************************************
    Jenkins initial setup is required. An admin user has been created and a password generated.
    Please use the following password to proceed to installation:
    
    62194ddcaebf4b9798320725075d7354
    
    This may also be found at: /home/administrator/.jenkins/secrets/initialAdminPassword
    *************************************************************
    


     

    > On 10/23/2017 06:47:24 PM Linux wrote:

  • Goto https://jenkins.io/download/
  • Select Generic Java package (.war)
  • You now have jenkins.war (version 2.73.2) in your local Windows machine




    References:

  •  


     
    Powered by ForumEasy © 2002-2022, All Rights Reserved. | Privacy Policy | Terms of Use
     
    Get your own forum today. It's easy and free.