20
Tutorial Tutorial How-To install How-To install KnowledgeTree on Ubuntu KnowledgeTree on Ubuntu 9.04 9.04 Jean Marie PASCAL Jean Marie PASCAL [email protected] [email protected]

[VMWARE][ENG]How-To Simple install KnowledgeTree on an Ubuntu Virtual Server

Embed Size (px)

Citation preview

Page 1: [VMWARE][ENG]How-To Simple install KnowledgeTree on an Ubuntu Virtual Server

TutorialTutorial

How-To install How-To install KnowledgeTree on Ubuntu 9.04KnowledgeTree on Ubuntu 9.04

Jean Marie PASCALJean Marie PASCAL

[email protected]@gmail.com

Page 2: [VMWARE][ENG]How-To Simple install KnowledgeTree on an Ubuntu Virtual Server

04/08/23 http://www.open-source-ecm.com 2

ArchitectureArchitectureServer Server

• Ubuntu Server 9.04• Ktdms 3.6.1

•Apache•MySQL•OpenOffice•JRE

• SSH

ClientClient

• Windows XP SP2 • VmWare Player• Putty• WinSCP

PuttyPuttyWinSCPWinSCP

Page 3: [VMWARE][ENG]How-To Simple install KnowledgeTree on an Ubuntu Virtual Server

04/08/23 http://www.open-source-ecm.com 3

Configuration UsedConfiguration Used Operating System : Operating System :

Windows XP SP2Windows XP SP2

ProcessorProcessor Intel Core 2 DuoIntel Core 2 Duo

Computer memoryComputer memory 2Gb2Gb

Page 4: [VMWARE][ENG]How-To Simple install KnowledgeTree on an Ubuntu Virtual Server

04/08/23 http://www.open-source-ecm.com 4

Pre-requisites Pre-requisites Installation ofInstallation of

PuttyPutty (Command lines) (Command lines) WinSCPWinSCP (File Transfert) (File Transfert)

Configure an Ubuntu Virtual ServerConfigure an Ubuntu Virtual ServerCF. My Slideshow : CF. My Slideshow : UbuntuUbuntu Virtual Server Virtual Server

Basic knowledge on Linux commandsBasic knowledge on Linux commands

Page 5: [VMWARE][ENG]How-To Simple install KnowledgeTree on an Ubuntu Virtual Server

04/08/23 http://www.open-source-ecm.com 5

Prepare your serverPrepare your serverChange hostname Change hostname ((notroot usernotroot user))

sudo hostname knowledgetree sudo hostname knowledgetree sudo vi /etc/hostssudo vi /etc/hosts

sudo vi /etc/hostnamesudo vi /etc/hostnamesudo rebootsudo reboot

Page 6: [VMWARE][ENG]How-To Simple install KnowledgeTree on an Ubuntu Virtual Server

KnowledgeTree KnowledgeTree InstallationInstallation

Page 7: [VMWARE][ENG]How-To Simple install KnowledgeTree on an Ubuntu Virtual Server

04/08/23 http://www.open-source-ecm.com 7

Download KnowledgeTreeDownload KnowledgeTreeGo to Go to

http://www.knowledgetree.com/community-downloadhttp://www.knowledgetree.com/community-download

Fill the form and check your e-mailFill the form and check your e-mail

Next download the latest versionNext download the latest version http://www.knowledgetree.com/products/opensource/downloadopensourcehttp://www.knowledgetree.com/products/opensource/downloadopensource

Page 8: [VMWARE][ENG]How-To Simple install KnowledgeTree on an Ubuntu Virtual Server

04/08/23 http://www.open-source-ecm.com 8

Modifying rightsModifying rights Modifying rights on installation folderModifying rights on installation folder

Create «  Create «  group_ktdmsgroup_ktdms » group » group sudo groupadd group_ktdmssudo groupadd group_ktdms

Create user «  Create user «  admin_ktdmsadmin_ktdms  »  » sudo useradd -d /opt/ktdms -m admin_ktdmssudo useradd -d /opt/ktdms -m admin_ktdms sudo passwd admin_ktdmssudo passwd admin_ktdms

Add «  Add «  admin_ktdmsadmin_ktdms  » to «   » to «  group_ktdms group_ktdms  » » sudo usermod –a –G group_ktdms admin_ktdmssudo usermod –a –G group_ktdms admin_ktdms

Modify right on folder /opt/Modify right on folder /opt/ sudo chown –R admin_ktdms:group_ktdms /opt/knowledgeTree sudo chown –R admin_ktdms:group_ktdms /opt/knowledgeTree

For more details about : For more details about : https://help.ubuntu.com/community/AddUsersHowtohttps://help.ubuntu.com/community/AddUsersHowto

Page 9: [VMWARE][ENG]How-To Simple install KnowledgeTree on an Ubuntu Virtual Server

04/08/23 http://www.open-source-ecm.com 9

Prepare InstallationPrepare InstallationWith WinSCP With WinSCP ((notroot usernotroot user),), Upload Upload

  ktdms-oss-3.6.1-linux-installer.binktdms-oss-3.6.1-linux-installer.bin To folder « To folder « /opt/ktdms/opt/ktdms » »

Make the Make the package executable package executable

Click on Click on ktdms-oss-3.6.1-linux-installer.binktdms-oss-3.6.1-linux-installer.bin

Press F9Press F9 Check all X comboboxCheck all X combobox

Page 10: [VMWARE][ENG]How-To Simple install KnowledgeTree on an Ubuntu Virtual Server

04/08/23 http://www.open-source-ecm.com 10

Start InstallationStart InstallationWith Putty With Putty ((notroot usernotroot user),),

Folder : /opt/ktdmsFolder : /opt/ktdms Type this commandType this command

./ktdms-oss-3.6.1-linux-installer.bin./ktdms-oss-3.6.1-linux-installer.bin

And follow the wizardAnd follow the wizard

Page 11: [VMWARE][ENG]How-To Simple install KnowledgeTree on an Ubuntu Virtual Server

04/08/23 http://www.open-source-ecm.com 11

Installation ConfigurationInstallation Configuration Accept licence Accept licence

agreementagreement yy

Change install Change install locationlocation /opt/ktdms/3.6.1/opt/ktdms/3.6.1

Accept Web Server Accept Web Server Port Port 80808080

Disable SSL Support : Disable SSL Support : NN

Accept MySQL Default Accept MySQL Default PortPort 33063306

Type MySQL Root Type MySQL Root PasswordPassword KnowledgetreeKnowledgetree

Type User PasswordType User Password KtdmsKtdms

Page 12: [VMWARE][ENG]How-To Simple install KnowledgeTree on an Ubuntu Virtual Server

04/08/23 http://www.open-source-ecm.com 12

Installation ConfigurationInstallation Configuration Choose if you want to receive information about Choose if you want to receive information about

ktdms and install other componentktdms and install other component

Finally start Installation and wait few minutesFinally start Installation and wait few minutes

Page 13: [VMWARE][ENG]How-To Simple install KnowledgeTree on an Ubuntu Virtual Server

04/08/23 http://www.open-source-ecm.com 13

Check InstallationCheck InstallationWith Putty, go toWith Putty, go to

/opt/ktdms/3.6.1/opt/ktdms/3.6.1

Page 14: [VMWARE][ENG]How-To Simple install KnowledgeTree on an Ubuntu Virtual Server

04/08/23 http://www.open-source-ecm.com 14

Start ktdmsStart ktdmsTo launch ktdms : To launch ktdms :

/opt/ktdms/3.6.1/dmsctl.sh start/opt/ktdms/3.6.1/dmsctl.sh start

To stop ktdms : To stop ktdms : /opt/ktdms/3.6.1/dmsctl.sh stop/opt/ktdms/3.6.1/dmsctl.sh stop

Page 15: [VMWARE][ENG]How-To Simple install KnowledgeTree on an Ubuntu Virtual Server

04/08/23 http://www.open-source-ecm.com 15

KnowledgeTreeKnowledgeTree Web ApplicationWeb Application

http://hostname:8080/login.phphttp://hostname:8080/login.php Login : Login : adminadmin Mot de passe : Mot de passe : adminadmin

Page 16: [VMWARE][ENG]How-To Simple install KnowledgeTree on an Ubuntu Virtual Server

04/08/23 http://www.open-source-ecm.com 16

Page 17: [VMWARE][ENG]How-To Simple install KnowledgeTree on an Ubuntu Virtual Server

04/08/23 http://www.open-source-ecm.com 17

Community DocumentationCommunity Documentation

Community RessourcesCommunity Ressources http://www.knowledgetree.com/opensource/communityhttp://www.knowledgetree.com/opensource/community http://wiki.knowledgetree.com/Main_Pagehttp://wiki.knowledgetree.com/Main_Page

InstallingInstalling http://wiki.knowledgetree.com/Installinghttp://wiki.knowledgetree.com/Installing http://docs.knowledgetree.com/manuals/ighttp://docs.knowledgetree.com/manuals/ig

Page 18: [VMWARE][ENG]How-To Simple install KnowledgeTree on an Ubuntu Virtual Server

04/08/23 http://www.open-source-ecm.com 18

For more informationsFor more informations KnowledgeTreeKnowledgeTree

http://www.knowledgetree.com/http://www.knowledgetree.com/

Enterprise VersionEnterprise Version http://www.knowledgetree.com/productshttp://www.knowledgetree.com/products

PartnerPartner http://www.knowledgetree.com/partners/emeahttp://www.knowledgetree.com/partners/emea

SupportSupport http://www.knowledgetree.com/commercial_supporthttp://www.knowledgetree.com/commercial_support

Page 19: [VMWARE][ENG]How-To Simple install KnowledgeTree on an Ubuntu Virtual Server

04/08/23 http://www.open-source-ecm.com 19

More informationsMore informationsTwitterTwitter

http://www.twitter.com/http://www.twitter.com/knowledgetreeswknowledgetreesw

ForumForumhttp://forums.knowledgetree.com/http://forums.knowledgetree.com/

JiraJira http://issues.knowledgetree.com/secure/http://issues.knowledgetree.com/secure/

Dashboard.jspaDashboard.jspa

BlogsBlogshttp://www.knowledgetree.com/bloghttp://www.knowledgetree.com/blog

Page 20: [VMWARE][ENG]How-To Simple install KnowledgeTree on an Ubuntu Virtual Server

How-To install How-To install KnowledgeTree on Ubuntu 9.04KnowledgeTree on Ubuntu 9.04

By JM.PASCALBy JM.PASCAL

www.opensourceecm.frwww.opensourceecm.fr&&

www.open-source-ecm.comwww.open-source-ecm.com