Skip to content
philipashlock edited this page Feb 5, 2012 · 2 revisions

Installing Fannie

Run the install Script

/pos/installation/ubuntu/install_server
sudo ./install_server

Everything was default, except mysql password

Add Price History Table

Load this to the db: /pos/fannie/updates/table.new.sql

mysql -u root -p is4c_op < table.new.sql

Update products table

had to update the products table on he ops db, but really this should be fixed in the installer.

alter table products change front_stock frontstock double;
alter table products change back_stock backstock double;

Configure Your Installation

Set IPs for Lanes & DB Info

Edit /pos/fannie/define.conf