Giter VIP home page Giter VIP logo

babel's Introduction

#
#----\ |_  _.|_  _ | /| / \ 
#----/ |_)(_||_)(/_|  |o\_/ 
#
# Babel version 1.0

## Developers ##
#      Carlos Caballero B. ([email protected])

## Dependencies ##
#      PHP 5.3 or higher.
#      Web Server (with mod_rewrite and gd).
#      Zend Framework 1.8.3 or higher.
#      MySQL 5.0 or higher.

## License ##
#      GNU GPL v3.0.

## Description ##
#      A free and open source site for share pdf documents.

## Instalation ##

# Copy the gitignore-dist to .ignore (only need for developers)
cp gitignore-dist .gitignore

# Copy the application-dist.ini to application.ini and review the parameters
# Don't forget to set the database values
cp application/configs/application-dist.ini application/configs/application.ini

# Install the tables and default data (install_en or install_es)
cd data/sql/
USER=$1; DATABASE=$2; PASSWORD=$3
mysql --user=$USER --database=$2 --password=$3 --default-character-set=utf8 < install_es.sql
cd -

# Put permissions to folders
chmod 777 data/lucene                             # Search engine
chmod 777 data/upload                             # Upload directory
chmod 777 public/media/img/thumbnails/users       # Thumbs for users
chmod 777 public/media/img/thumbnails/catalogs    # Thumbs for catalogs
chmod 777 public/media/img/thumbnails/books       # Thumbs for books

# Execute the first indexation
cd shell/
php babel.php --index
cd -

# Put permissions to 'revision' directory for ftp
# (application.ini) babel.properties.ftp.root = APPLICATION_PATH "/../data/bookstore/revision"
# example:
chmod 777 data/bookstore/revision

babel's People

Contributors

ccaballero avatar ubaldino avatar

Stargazers

Vlady avatar  avatar  avatar

Watchers

 avatar James Cloos avatar  avatar  avatar  avatar

Forkers

scesi

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.