adam2314 / linet3

Linet accounting application
16 stars 18 forks source link

linet3

www.linet.org.il Linet accounting system

you need a PHP, Mysql, Apache servers. in ubuntu it will look something like this

apt-get install git apache2 mysql php5 php5-mysql php5-curl
a2enmod rewrite

to install from the source clone first(into your web root):

git clone https://github.com/adam2314/linet3.git

then cd into the protected folder and run

cd linet3/protected
curl -sS https://getcomposer.org/installer | php

and install missing packages

./composer.phar update

it will sound dumb but now run(again)

./composer.phar update

Apache rewrite remark apache .htaccess file: If your Linet3 is in a folder, for example "linet3". Then, changing the "linet3" folder name, will require you to reset the RewriteBase /[your app folder]

RewriteBase /linet3/

you should now be able to access your Linet installtion