OWNCLOUD EN UBUNTU 14

Step 1. First of all log in to your server as root and make sure that all packages are up to date.
Step 2. Instal Apache web server on your Ubuntu 14.04 VPS if it is not already installed.
Step 3. Next, install PHP on your server.
Once the installation is done add the following PHP modules required by OwnCloud:
Step 4. Install MySQL database server.
By default, MySQL is not hardened. You can secure MySQL using the mysql_secure_installation script. you should read and below each steps carefully which will set root password, remove anonymous users, disallow remote root login, and remove the test database and access to secure MySQL.
Step 5. Create a new MySQL database for OwnCloud using the following commands.
Step 6. Installing Owncloud 8.
First we will need to download the latest stable release of OwnCloud on your server (at the time version 8.0.0).
Set the directory permissions:
Step 7. Configuring Apache for OwnCloud.
While configuring Apache web server, it is recommended that you to enable .htaccess to get a enhanced security features, by default .htaccess is disabled in Apache server. To enable it, open your virtual host file and make AllowOverride is set to All.For example, here i used external config file instead of modifying main file.
Remember to restart all services related to Apache server.
Step 8. Access OwnCloud application.
Navigate to http://your-domain.com/ and follow the easy instructions. Enter username and password for the administrator user account, click on the ‘Advanced options’ hyperlink and enter the data directory (or leave the default setting), then enter database username, database password, database name, host (localhost) and click ‘Finish setup’.
Reiniciar Apache:
# sudo /etc/init.d/apache2 restart

activar 
.htaccess 

sudo gedit /etc/apache2/apache2.conf

Options Indexes FollowSymLinks

AllowOverride All

Fuente: http://idroot.net/tutorials/install-owncloud-8-ubuntu-14-04/

Comentarios

Entradas populares de este blog

JAVASCRIPT - DESHABILITAR RETROCESO, CONTROLAR REFRESH DE PÁGINA

TIPOS DE DATOS POSTGRES

PROBLEMA LICENCIAS TERMINAL SERVER Y WINDOWS SERVER 2012