FET Forum

FET Support (English) => General Stuff => Topic started by: Clive R on March 22, 2011, 08:13:50 AM

Title: FET in a Web based LAMP environment?
Post by: Clive R on March 22, 2011, 08:13:50 AM
Hi,

I am a FET newbie and I am trying to find out if FET is suitable for my requirements.

Ideally I am looking for a web based (LAMP) Timetabling solution - Is this possible with FET? If so, has anyone developed a web based FET solution that they would like to show or share?

Thanks.
Title: Re: FET in a Web based LAMP environment?
Post by: Andrés Chandía on September 19, 2011, 10:35:01 AM
What I have done is install and Configure a Samba server at the LAMP server, so at the shared directory I have put FET program (modified version*) wich could be opened remotedly by the users accessing to the samba server.

Configure the user machine to access the SAMBA SERVER setting the new resource (network disk)
Install FET locally to the users' machines. and configure it to access and store at the samba directory.

Then I have created a web interface* (PHP, Mysql) which query a database feeded by the csv file that FET can generate.

* The modified version by Liviu Lalescu, shows a READ ONLY message to the FET user if the file is already opened by some other FET user, and of course block it for changes.

* I can share the code of the web interface for you to adapte it and improve it.

I add an image that explain a little how this works