Entradas

Mostrando entradas de abril, 2015

INSTALACIÓN DE SEAFILE EN WINDOWS

Descargar / Descomprimir Instalar Python 2.7.4 de 32 bits Descargar e instalar  Python 2.7.4 de 32 bits Agregar la ruta de instalación de python2.7 a la variable de entorno PATH del sistema.   Si ha instalado python 2.7 a  C:\Python27  agregar  C:\Python27  a la variable de entorno PATH Descargar / Descomprimir Seafile servidor Obtener la última versión del programa Seafile servidor Crear una nueva carpeta para almacenar programa seafile, como  C:\SeafileProgram\  .   Por favor, recuerde la ubicación de la carpeta, vamos a utilizar más tarde. Descomprimir  seafile-server_1.7.0_win32.tar.gz  a  C:\SeafileProgram\ Ahora tienes una carpeta como esto: C:\SeafileProgram |__ seafile-server- 1.7 . 0 Start / inicialización Iniciar Seafile servidor Vaya a la carpeta  C:\SeafileProgram\seafile-server-1.7.0\  , y haga doble clic para comenzar run.bat Seafile Server.   Usted debe notar un icono seafile aparece en la bandeja del sistema.   Elegir un disco para almacenar

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. apt - get update apt - get upgrade Step 2. Instal Apache web server on your Ubuntu 14.04 VPS if it is not already installed. apt - get install apache2 Step 3. Next, install  PHP  on your server. apt - get install php5 php5 - mysql Once the installation is done add the following PHP modules required by OwnCloud: apt - get install php5 - gd php5 - json php5 - curl php5 - intl php5 - mcrypt php5 - imagick Step 4. Install  MySQL  database server. apt - get install mysql - 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. mysql_secure_installation Step 5. Create a n