WAR Installation

From LogicalDOC Community Wiki
(Redirected from HTTPS Installation)
Jump to navigationJump to search

Upload WAR File

  1. Open a Web browser such as Firefox or Internet Explorer
  2. In the browser's address bar, type https://logicaldoc.mydomain.com/manager/html and press Enter
    Note: Point to the server that hosts Logicaldoc using either the FQDN or the IP address.
  3. Type ldocmanager for the username, then type in the password
  4. Click OK
  5. Scroll down to the Deploy section
  6. Click Browse to select the WAR to upload
  7. Browse to where logicaldoc.war is located, click Open
  8. Click Deploy
  9. Message: OK should be displayed under the Tomcat Web Application Manager title

Https message ok.gif

Upload Email Plugin

  1. Open an Ubuntu terminal and type cd and press Enter
  2. Type wget http://downloads.sourceforge.net/logicaldoc/logicaldoc-email-4.0.0-plugin.zip?modtime=1232733048&big_mirror=0
  3. Press Enter
  4. Type sudo cp logicaldoc-email-4.0.0-plugin.zip /var/lib/tomcat6/webapps/logicaldoc/WEB-INF/plugins/
  5. Press Enter
  6. Type sudo chown tomcat6:tomcat6/var/lib/tomcat6/webapps/logicaldoc/WEB-INF/plugins/logicaldoc-email-4.0.0-plugin.zip
  7. Press Enter

Create Directory for Logicaldoc Documents

  1. In an Ubuntu terminal, type sudo mkdir /opt/Logicaldoc/ and press Enter
  2. Type sudo chown tomcat6:tomcat6/opt/Logicaldoc and press Enter

Setup Logicaldoc

  1. Open a Web browser
  2. Type https://logicaldoc.mydomain.com/logicaldoc/setup in the browser's address bar and press Enter
    Note: Point to the server that hosts Logicaldoc using either the FQDN or the IP address
  3. Type ldocadmin for the user name and type the password
  4. Click OK
  5. In LogicalDOC's system setup, type /opt/Logicaldoc in the Working Directory field and click Continue
    Https step1.gif
  6. Enable the radio button for External database management system, click Continue
    Https step2.gif
  7. Select database type and fill in the information for the server, user name, and password, then click Continue
    Https step3.gif
  8. Type in the information for the mail server, click Continue
    Https step4.gif
  9. Click the Click here button to exit the setup and proceed to the Logicaldoc log in
    Https step5.gif