Skip to content

MERAN UNLP is a ILS (Integrated Library System) wich provides Catalog, Circulation and User's Management.

License

Notifications You must be signed in to change notification settings

Desarrollo-CeSPI/meran

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MERAN UNLP

MERAN UNLP is a ILS (Integrated Library System) wich provides Catalog, Circulation and User's Management. It's written in Perl, and uses Apache2 Web-Server, MySQL database and Sphinx 2 indexing.

Quick start

Clone the repo, git clone [email protected]:Desarrollo-CeSPI/meran.git

Installation

You can install MERAN it three ways:

  1. With the Installer (Sandboxed)
  2. Directly from the sources
  3. Combined (Sandbox for modules, and sources)

It's mandatory to install MERAN in Debian Squeeze (6.0), other distributions of Linux are unsupported.

  1. Installer

Once that you have cloned the repo, go to MERAN_REPO/docs/generacionInstalador.

 ./new_instalador.sh

This will generate new installation files in the directory aux/, extract them.

tar -xzvf meranunlp-vX.x.x.tar.gz

And now proceed to install.

chmod +x instalar.sh
./instalar.sh -i MERAN_ID

And follow the steps. MERAN_ID it's an identifier for the installation, since you can have multiples MERAN installed.

  1. Directly from the sources

This type of installation is for advanced users.

Once that you have cloned the repo, go to MERAN_REPO/docs/dependenciasInstalacion

chmod +x INSTALAR_MERAN.pl
./INSTALAR_MERAN.pl