SlideShare a Scribd company logo
HOW TO BUILD DOCUMENT
MANAGEMENT SYSTEM
Document Management System
Ubuntu14.04 LTS (Trusty Tahr)
JICA Senior Volunteer K. Adachi
Content
• 1. Ubuntu Server Network Settings
hostname
Static IP address
• 2. Alfresco Share Server Installation
installation command
setup-wizard
login and logout
Alfresco share start and stop
• 3. Alfresco Share Server Uninstallation
uninstallation command
uninstall Wizard
1. Ubuntu Server Network Settings
If you use Virtual Box, Click to the Start Enter your password
Click the Terminal Icon, or Ctrl+Alt+t
1. Ubuntu Server Network Settings
hostname
• The default name was set when
you were installing Ubuntu.
You can easily change it.
Command is :
$ sudo hostname server1
• This will change the hostname
until next reboot. The change
won’t be visible immediately in
your current terminal. Start a
new terminal to see the new
hostname.
1. Temporary changing Hostname
1. Ubuntu Server Network Settings
hostname
2. Permanent change Hostname To change the name permanently,
It need to edit /etc/hostname and
/etc/hosts.
First, run command to edit
the host files:
Command is :
$ sudo gedit /etc/hosts
Rewrite your Hostname : server1
1. Ubuntu Server Network Settings
hostname
2. Permanent change Hostname • Second, run command to edit
the host files
Command is :
$ sudo gedit /etc/hosts
Rewrite your hostname : server1
• In both files, change the name
to what you want and save
them.
• Finally, Restart your computer
to apply the changes.
1. Ubuntu Server Network Settings
Static IP address as Server
IF you use Ubuntu as a server,
Change interfaces-file to static IP
address.
‘ifconfig’ is displayed Current
Network Status.
Enter ipconfig command and
Check IP address .
inet addr : current IP address
It need to change current IP
address to static IP address
1. Ubuntu Server Network Settings
Static IP address as Server
Add like the following line
auto eth0
iface eth0 inet static
address 192.168.x.y #static IP address
network 192.168.x.0 #network address
netmask 255.255.255.0 # subnet mask
broadcast 192.168.x.255 #broadcast address
gateway 192.168.y.z #default gateway
If you unknown x y z,
Ask network administrator.
note:# is comment
Command:
$ sudo gedit /etc/network/interfaces
password is ‘your password’
How to edit /etc/network/interfaces
1. Ubuntu Server Network Settings
Static IP address as Server
If the network address is 192.168.1.0,
Add the following line and save.
auto eth0
iface eth0 inet static
address 192.168.1.250
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.0.1
dns-nameservers 192.168.1.1 or 8.8.8.8
After editing and save, Restart networking
Command is :
$ sudo /etc/init.d/netoworking restart
How to edit /etc/network/interfaces
1. Ubuntu Server Network Settings
Static IP address as Server
Checking inet6
Check ifconfig inet and inet6
Command is : $ ifconfig
If inet6 addr exist, need to disable
IPV6 setting.
Command is:
$ sudo gedit /etc/sysctl.conf
Add end-line
• net.ipv6.conf.all.disable_ipv6 = 1
1. Ubuntu Server Network Settings
Static IP address as Server
After editing and save,
Rewrite sysctl-file
Command is :
$ sudo sysctl –p
Restart network
Command is :
$ sudo ifdown eth0
$ sudo ifup eth0
2. Installing Alfresco on Ubuntu
2. Installer is wizard for Alfresco
• alfresco-community-4.2.f-
installer-linux-x64.bin
The setup wizard for Linux installs
all the software and components
that you require for running
Alfresco. This setup wizard installs
Alfresco and additional software,
including a Tomcat application
server, PostgreSQL database, JDK,
LibreOffice, SWFTools, and
ImageMagick.
Note:4.2.f is Version No.
1. Download the following installation
file from
http://www.alfresco.com/products/com
munity/download
2. Installing Alfresco on Ubuntu
In Case of copying by USB Installer copy
• Installer is alfresco-community-
4.2.f-installer-linux-x64.bin
• 1 insert USB device
• 2 USB icon Click open
• 3 File Explore Click open
• 4 Drag and Drop Installer
from USB to /home/Download
holder .
2. Installing Alfresco on Ubuntu
Installation Command
How to install by command
1. Change directory.
Type in command:
$ cd Downloads/
2. Change mode the Permissions of files.
Command:
$ chmod +x alfresco-community-4.2.f-
installer-linux-x64.bin
3. Run installer.
Command:
$ ./alfresco-community-4.2.f-installer-
linux-x64.bin
2. Installing Alfresco on Ubuntu
Setup Wizard
The setup wizard starts. On the Language Selection window,
select the installation language. The
default language is English. Click OK
to accept the default language.
2. Installing Alfresco on Ubuntu
Setup Wizard
On the Setup - Alfresco Community
window, click Next.
On the Installation type window, choose
how you want to use the setup wizard.
2. Installing Alfresco on Ubuntu
Setup Wizard
On the Installation folder window, click
Next to accept the default location.
On the Admin Password window, enter a
password for the Administrator user (admin).
2. Installing Alfresco on Ubuntu
Setup Wizard
Click Next through the remaining
windows in the setup wizard.
Click Next through the remaining
windows in the setup wizard.
2. Installing Alfresco on Ubuntu
Setup Wizard
Click Next through the remaining
windows in the setup wizard.
Go to the step for the Completing the
Alfresco Community Setup Wizard
window and launching Alfresco Share.
2. Installing Alfresco on Ubuntu
Setup Wizard
View Readme file and Click OK Alfresco Share is launching
2. Installing Alfresco on Ubuntu
Login and Logout on share server
If you see Getting Started,
Close window.
http ://127.0.0.1:8080/share
Log on to Alfresco Share as the admin user.
Enter admin password
2. Installing Alfresco on Ubuntu
Login and Logout on share server
Admin Dashboad is showed,
you can manage the site.
After login,
Terminal show installation and
starting server status.
2. Installing Alfresco on Ubuntu
Login and Logout from Client
If you use Virtual box,
you can login alfresco on your desktop.
Type in
http:// 192.168.1.250:8080/share
on your browser.
Note :192.168.1.250 is server-static address
2. Installing Alfresco on Ubuntu
Alfresco share start and stop
Alfresco share server start
Alfresco server start/stop command is
/alfresco-4.2.f/alfresco.sh file.
In case of Alfresco starting command
$ cd
$ cd alfresco-4.2.f/
$ ./alfresco.sh start
2. Installing Alfresco on Ubuntu
Alfresco share start and stop
Alfresco share server stop
In case of Alfresco stopping
command
$ cd
$ cd alfresco-4.2.f/
$ ./alfresco.sh stop
.
2. Installing Alfresco on Ubuntu
Ubuntu server Shutdown
If alfresco share server stopped,
you can exit and shutdown.
3. Uninstallation Alfresco Share Server
Uninstall Wizard
Uninstallation command
Before uninstalling Alfresco,
It need to stop Alfresco share
service.
Next, run Uninstall-wizard
Uninstall Command :
$ cd
$ cd alfresco-4.2.f/
$ ./uninstall
3. Uninstallation Alfresco Share Server
Uninstall Wizard
Uninstall Wizard start and Click Yes End of uninstall progress, Click OK
Usefull information
• Virtual Box
https://www.virtualbox.org/
• Ubuntu
http://www.ubuntu.com/
http://askubuntu.com/
• Alfresco
http://www.alfresco.com/community
https://wiki.alfresco.com/
Thanks!

More Related Content

DOCX
Definitive guide to setting up a lamp server using open source software
PDF
install CentOS 6.3 minimal on Hyper-V
PPTX
Linux one sles12sp3 installation lpar
PPTX
Presentación1
TXT
PPT
Slim Server Practical
PPT
Large Scale Deployment of Linux
PDF
Definitive guide to setting up a lamp server using open source software
install CentOS 6.3 minimal on Hyper-V
Linux one sles12sp3 installation lpar
Presentación1
Slim Server Practical
Large Scale Deployment of Linux

What's hot (20)

PPT
Install and configure linux
PDF
How to secure ubuntu 12.04
PPTX
pfSense Installation Slide
PPTX
Elastix installation
PDF
How to install odoo 15 steps on a ubuntu 20.04 lts system installation
DOCX
Adding System Call to Kernel
PDF
Documentation freenas
DOCX
Documentation free nas
PDF
Ubuntu server guide
PDF
Configuration of BIND DNS Server On CentOS 8
PDF
Mail
PPTX
Setting up SSH
PDF
9i lin relnotes
PPT
Its3 Drupal
PDF
Lab1 dhcp-server
DOCX
Cent os 5 ssh
PDF
Linux internet server security and configuration tutorial
PDF
Installation of DAHDI, libpri and Asterisk
PDF
Free ipa installation and cluster configuration, freeipa client connection
PDF
Lamp Server With Drupal Installation
Install and configure linux
How to secure ubuntu 12.04
pfSense Installation Slide
Elastix installation
How to install odoo 15 steps on a ubuntu 20.04 lts system installation
Adding System Call to Kernel
Documentation freenas
Documentation free nas
Ubuntu server guide
Configuration of BIND DNS Server On CentOS 8
Mail
Setting up SSH
9i lin relnotes
Its3 Drupal
Lab1 dhcp-server
Cent os 5 ssh
Linux internet server security and configuration tutorial
Installation of DAHDI, libpri and Asterisk
Free ipa installation and cluster configuration, freeipa client connection
Lamp Server With Drupal Installation
Ad

Viewers also liked (20)

PPTX
Resume
PPT
Audience feedback
PPS
Sevmek
PPTX
Presentation bell-paris-english-2012
PPTX
Cotxes tuning
PPTX
Syaela wati achmad 94
PPT
VALMARK Warszawa
PPT
Euskal mitologiaren aurkezpena egin ziguten 6
PDF
NC PCI Progress Report, February 2012
PPTX
DC Data Dive - National Environmental Education Foundation
PPT
THERMEX Lódź
PPTX
Media evaluation
PPT
KAMBUD Mława
PDF
MINI SLED CRASH PROJECT
PPTX
Mps
PPT
ZIS Giżycko
PPTX
Silicon Valley Marketo User Group - July 2013
PPTX
Islas galapagos
PDF
Songs of-kabir - tradus de tagore
PPTX
Vector activity
Resume
Audience feedback
Sevmek
Presentation bell-paris-english-2012
Cotxes tuning
Syaela wati achmad 94
VALMARK Warszawa
Euskal mitologiaren aurkezpena egin ziguten 6
NC PCI Progress Report, February 2012
DC Data Dive - National Environmental Education Foundation
THERMEX Lódź
Media evaluation
KAMBUD Mława
MINI SLED CRASH PROJECT
Mps
ZIS Giżycko
Silicon Valley Marketo User Group - July 2013
Islas galapagos
Songs of-kabir - tradus de tagore
Vector activity
Ad

Similar to 2 how to-build_document_management_system (20)

PDF
Guia de Ubuntu Server en Inglés
PDF
Ubuntu server12 04_guide
PDF
Serverguide
PDF
Serverguide 14.04
PDF
08.03.2015-Ubuntu Server Guide 14.04
PDF
Serverguide ubuntu11.10
PDF
Bee con2016 presentation_20160125004_installing
PDF
Ubuntu server-904 membuat-server_dengan_ubuntu
PPTX
client and server setup demonstration.pptx
PDF
Alfresco Workshop: Installing Alfresco Content Services and Alfresco Governan...
PDF
21.01.2014 - Ubuntu server 13.04
PDF
Free Ubuntu Server Guide 18.04
PDF
Installing and Getting Started with Alfresco
PDF
02.12.2012 ubuntu 12.1 server guide
PDF
Ubuntu Linux Unleashed 2021 Edition Helmke
PDF
Serverguide
PDF
Ubuntu serverguide
PDF
Serverguide
PPTX
Install LAMP Stack in Linux Server OS and Hosting a Custom Domain .pptx
PDF
Serverguide
Guia de Ubuntu Server en Inglés
Ubuntu server12 04_guide
Serverguide
Serverguide 14.04
08.03.2015-Ubuntu Server Guide 14.04
Serverguide ubuntu11.10
Bee con2016 presentation_20160125004_installing
Ubuntu server-904 membuat-server_dengan_ubuntu
client and server setup demonstration.pptx
Alfresco Workshop: Installing Alfresco Content Services and Alfresco Governan...
21.01.2014 - Ubuntu server 13.04
Free Ubuntu Server Guide 18.04
Installing and Getting Started with Alfresco
02.12.2012 ubuntu 12.1 server guide
Ubuntu Linux Unleashed 2021 Edition Helmke
Serverguide
Ubuntu serverguide
Serverguide
Install LAMP Stack in Linux Server OS and Hosting a Custom Domain .pptx
Serverguide

More from Kichiemon Adachi (9)

PDF
3 how to-backup_and_recovery
PDF
1 installing ubuntu1404-lts_on_virtualbox
PDF
How to connect file server
PDF
How to Use UBUNTU1304
PDF
How to Use UBUNTU 1304 Ver Khmer Canbodia
PDF
Intoduction to VirtualBox English
PDF
Intoduction virtualbox khmer
PDF
Xampp installation
PDF
Word pressinstallation
3 how to-backup_and_recovery
1 installing ubuntu1404-lts_on_virtualbox
How to connect file server
How to Use UBUNTU1304
How to Use UBUNTU 1304 Ver Khmer Canbodia
Intoduction to VirtualBox English
Intoduction virtualbox khmer
Xampp installation
Word pressinstallation

Recently uploaded (20)

PPTX
CHAPTER 2 - PM Management and IT Context
PPTX
history of c programming in notes for students .pptx
PDF
wealthsignaloriginal-com-DS-text-... (1).pdf
PDF
How to Migrate SBCGlobal Email to Yahoo Easily
PDF
Digital Strategies for Manufacturing Companies
PDF
Design an Analysis of Algorithms I-SECS-1021-03
PPTX
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
PDF
Navsoft: AI-Powered Business Solutions & Custom Software Development
PDF
Adobe Illustrator 28.6 Crack My Vision of Vector Design
PDF
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
PDF
Softaken Excel to vCard Converter Software.pdf
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
PDF
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
PPTX
Introduction to Artificial Intelligence
PPTX
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
PPTX
VVF-Customer-Presentation2025-Ver1.9.pptx
PDF
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
PPTX
L1 - Introduction to python Backend.pptx
PDF
How Creative Agencies Leverage Project Management Software.pdf
PDF
Understanding Forklifts - TECH EHS Solution
CHAPTER 2 - PM Management and IT Context
history of c programming in notes for students .pptx
wealthsignaloriginal-com-DS-text-... (1).pdf
How to Migrate SBCGlobal Email to Yahoo Easily
Digital Strategies for Manufacturing Companies
Design an Analysis of Algorithms I-SECS-1021-03
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
Navsoft: AI-Powered Business Solutions & Custom Software Development
Adobe Illustrator 28.6 Crack My Vision of Vector Design
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
Softaken Excel to vCard Converter Software.pdf
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
Introduction to Artificial Intelligence
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
VVF-Customer-Presentation2025-Ver1.9.pptx
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
L1 - Introduction to python Backend.pptx
How Creative Agencies Leverage Project Management Software.pdf
Understanding Forklifts - TECH EHS Solution

2 how to-build_document_management_system

  • 1. HOW TO BUILD DOCUMENT MANAGEMENT SYSTEM Document Management System Ubuntu14.04 LTS (Trusty Tahr) JICA Senior Volunteer K. Adachi
  • 2. Content • 1. Ubuntu Server Network Settings hostname Static IP address • 2. Alfresco Share Server Installation installation command setup-wizard login and logout Alfresco share start and stop • 3. Alfresco Share Server Uninstallation uninstallation command uninstall Wizard
  • 3. 1. Ubuntu Server Network Settings If you use Virtual Box, Click to the Start Enter your password Click the Terminal Icon, or Ctrl+Alt+t
  • 4. 1. Ubuntu Server Network Settings hostname • The default name was set when you were installing Ubuntu. You can easily change it. Command is : $ sudo hostname server1 • This will change the hostname until next reboot. The change won’t be visible immediately in your current terminal. Start a new terminal to see the new hostname. 1. Temporary changing Hostname
  • 5. 1. Ubuntu Server Network Settings hostname 2. Permanent change Hostname To change the name permanently, It need to edit /etc/hostname and /etc/hosts. First, run command to edit the host files: Command is : $ sudo gedit /etc/hosts Rewrite your Hostname : server1
  • 6. 1. Ubuntu Server Network Settings hostname 2. Permanent change Hostname • Second, run command to edit the host files Command is : $ sudo gedit /etc/hosts Rewrite your hostname : server1 • In both files, change the name to what you want and save them. • Finally, Restart your computer to apply the changes.
  • 7. 1. Ubuntu Server Network Settings Static IP address as Server IF you use Ubuntu as a server, Change interfaces-file to static IP address. ‘ifconfig’ is displayed Current Network Status. Enter ipconfig command and Check IP address . inet addr : current IP address It need to change current IP address to static IP address
  • 8. 1. Ubuntu Server Network Settings Static IP address as Server Add like the following line auto eth0 iface eth0 inet static address 192.168.x.y #static IP address network 192.168.x.0 #network address netmask 255.255.255.0 # subnet mask broadcast 192.168.x.255 #broadcast address gateway 192.168.y.z #default gateway If you unknown x y z, Ask network administrator. note:# is comment Command: $ sudo gedit /etc/network/interfaces password is ‘your password’ How to edit /etc/network/interfaces
  • 9. 1. Ubuntu Server Network Settings Static IP address as Server If the network address is 192.168.1.0, Add the following line and save. auto eth0 iface eth0 inet static address 192.168.1.250 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 gateway 192.168.0.1 dns-nameservers 192.168.1.1 or 8.8.8.8 After editing and save, Restart networking Command is : $ sudo /etc/init.d/netoworking restart How to edit /etc/network/interfaces
  • 10. 1. Ubuntu Server Network Settings Static IP address as Server Checking inet6 Check ifconfig inet and inet6 Command is : $ ifconfig If inet6 addr exist, need to disable IPV6 setting. Command is: $ sudo gedit /etc/sysctl.conf Add end-line • net.ipv6.conf.all.disable_ipv6 = 1
  • 11. 1. Ubuntu Server Network Settings Static IP address as Server After editing and save, Rewrite sysctl-file Command is : $ sudo sysctl –p Restart network Command is : $ sudo ifdown eth0 $ sudo ifup eth0
  • 12. 2. Installing Alfresco on Ubuntu 2. Installer is wizard for Alfresco • alfresco-community-4.2.f- installer-linux-x64.bin The setup wizard for Linux installs all the software and components that you require for running Alfresco. This setup wizard installs Alfresco and additional software, including a Tomcat application server, PostgreSQL database, JDK, LibreOffice, SWFTools, and ImageMagick. Note:4.2.f is Version No. 1. Download the following installation file from http://www.alfresco.com/products/com munity/download
  • 13. 2. Installing Alfresco on Ubuntu In Case of copying by USB Installer copy • Installer is alfresco-community- 4.2.f-installer-linux-x64.bin • 1 insert USB device • 2 USB icon Click open • 3 File Explore Click open • 4 Drag and Drop Installer from USB to /home/Download holder .
  • 14. 2. Installing Alfresco on Ubuntu Installation Command How to install by command 1. Change directory. Type in command: $ cd Downloads/ 2. Change mode the Permissions of files. Command: $ chmod +x alfresco-community-4.2.f- installer-linux-x64.bin 3. Run installer. Command: $ ./alfresco-community-4.2.f-installer- linux-x64.bin
  • 15. 2. Installing Alfresco on Ubuntu Setup Wizard The setup wizard starts. On the Language Selection window, select the installation language. The default language is English. Click OK to accept the default language.
  • 16. 2. Installing Alfresco on Ubuntu Setup Wizard On the Setup - Alfresco Community window, click Next. On the Installation type window, choose how you want to use the setup wizard.
  • 17. 2. Installing Alfresco on Ubuntu Setup Wizard On the Installation folder window, click Next to accept the default location. On the Admin Password window, enter a password for the Administrator user (admin).
  • 18. 2. Installing Alfresco on Ubuntu Setup Wizard Click Next through the remaining windows in the setup wizard. Click Next through the remaining windows in the setup wizard.
  • 19. 2. Installing Alfresco on Ubuntu Setup Wizard Click Next through the remaining windows in the setup wizard. Go to the step for the Completing the Alfresco Community Setup Wizard window and launching Alfresco Share.
  • 20. 2. Installing Alfresco on Ubuntu Setup Wizard View Readme file and Click OK Alfresco Share is launching
  • 21. 2. Installing Alfresco on Ubuntu Login and Logout on share server If you see Getting Started, Close window. http ://127.0.0.1:8080/share Log on to Alfresco Share as the admin user. Enter admin password
  • 22. 2. Installing Alfresco on Ubuntu Login and Logout on share server Admin Dashboad is showed, you can manage the site. After login, Terminal show installation and starting server status.
  • 23. 2. Installing Alfresco on Ubuntu Login and Logout from Client If you use Virtual box, you can login alfresco on your desktop. Type in http:// 192.168.1.250:8080/share on your browser. Note :192.168.1.250 is server-static address
  • 24. 2. Installing Alfresco on Ubuntu Alfresco share start and stop Alfresco share server start Alfresco server start/stop command is /alfresco-4.2.f/alfresco.sh file. In case of Alfresco starting command $ cd $ cd alfresco-4.2.f/ $ ./alfresco.sh start
  • 25. 2. Installing Alfresco on Ubuntu Alfresco share start and stop Alfresco share server stop In case of Alfresco stopping command $ cd $ cd alfresco-4.2.f/ $ ./alfresco.sh stop .
  • 26. 2. Installing Alfresco on Ubuntu Ubuntu server Shutdown If alfresco share server stopped, you can exit and shutdown.
  • 27. 3. Uninstallation Alfresco Share Server Uninstall Wizard Uninstallation command Before uninstalling Alfresco, It need to stop Alfresco share service. Next, run Uninstall-wizard Uninstall Command : $ cd $ cd alfresco-4.2.f/ $ ./uninstall
  • 28. 3. Uninstallation Alfresco Share Server Uninstall Wizard Uninstall Wizard start and Click Yes End of uninstall progress, Click OK
  • 29. Usefull information • Virtual Box https://www.virtualbox.org/ • Ubuntu http://www.ubuntu.com/ http://askubuntu.com/ • Alfresco http://www.alfresco.com/community https://wiki.alfresco.com/