Web Server: Difference between revisions

From Objectif Client Inc
Jump to navigation Jump to search
(Created page with "== Installation == === Apache Web Server Installation === <syntaxhighlight lang="bash">apt-get install apache2 </syntaxhighlight> === ProFtp Server Installation === <syntax...")
 
No edit summary
Line 27: Line 27:
apt-get install owncloud
apt-get install owncloud
</syntaxhighlight>
</syntaxhighlight>
=== Mail Roundcube client Installation ===
<syntaxhighlight lang="bash">apt-get roundcube roundcube-mysql roundcube-plugins-extra</syntaxhighlight>

Revision as of 01:46, 7 June 2016

Installation

Apache Web Server Installation

apt-get install apache2


ProFtp Server Installation

apt-get proftpd


CVS and SVN Repository Server Installation

apt-get csv csv2svn


Owncloud Server Installation

Download and install the Owncloud Key

wget -nv https://download.owncloud.org/download/repositories/stable/Ubuntu_16.04/Release.key -O Release.key
apt-key add - < Release.key

Install Owncloud

sh -c "echo 'deb http://download.owncloud.org/download/repositories/stable/Ubuntu_16.04/ /' >> /etc/apt/sources.list.d/owncloud.list"
apt-get update
apt-get install owncloud

Mail Roundcube client Installation

apt-get roundcube roundcube-mysql roundcube-plugins-extra