FET in a Web based LAMP environment?

Started by Clive R, March 22, 2011, 08:13:50 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Clive R

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.

Andrés Chandía

#1
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
@ch