PDA

View Full Version : things that need creating.


Spum
13th March 2006, 23:19
Hi, i'm back after a long hiatus, and willing to start work immediately on somethign which will require developer interaction. What we need to do is create an API which runs within ISPconfig which allows us to specify the main parts of a webapp which need to modified in order to be successfully working on a person's account.

The API needs to be able to do the following:
* Ascertain which applications are installed, and their versions.
* Distinguish which variables and configurations contain mysql account connectability.
* Read configuration variables which contain internal settings for the application, and allow the user to edit these before installation.
* Ascertain file structures of applications; which files to remove, which files to move and edit, etc.

I'm currently working on this API, so that then, for applications, all we need to do is specify a small amount of instructions, and then the possibilities are limitless per application, always because we just have to supply the credentials, etc and then the API will be able to automatically do the rest; this already surpassing fantastico, which is hard-coded.

till
14th March 2006, 09:30
Welcome back! :)

I think this kind of API can be very useful. Also a type of package database where the versions of apache, php, etc. that where compiled by ISPConfig are stored will avoid the recompiling during an upgrade if the version has not changed.

Spum
14th March 2006, 14:36
Thanks till! great idea, by the way :-)

torusturtle
26th October 2008, 15:08
I think this kind of API can be very useful. Also a type of package database where the versions of apache, php, etc. that where compiled by ISPConfig are stored will avoid the recompiling during an upgrade if the version has not changed.

Is there a draft for this API?
Is some of it already in th beta 3.0.0.7?

till
26th October 2008, 15:22
Is there a draft for this API?

No.

Is some of it already in th beta 3.0.0.7?

No. ISPConfig 3 does not compile any appliactions during setup.

torusturtle
29th October 2008, 14:03
No. ISPConfig 3 does not compile any appliactions during setup.

Do we both talk about the ISPConfig API?
If so, why does that rely on compiling applications?

till
29th October 2008, 14:11
You're right, I mixed up some threads :)

There is no api for third party packages in ISPConfig 3 avilable yet.