Page 1 of 1

Release ...

Posted: Wed Nov 19, 2008 1:13 pm
by RDNZL
Hi there,

as promised I have just released the first public beta version of DomotiGa.

You can download it here:
<s>domotiga.nl/domotiga/downloads</s>
http://domotiga.nl/

Quick start guide:

Make sure your Linux system has Gambas 2.9 installed.
Version 2.9 from SVN minimal revision should be 1703 from 2008-11-12 or later.
You also need MySQL server and client.

Look here on how to install Gambas and other prerequisites:
<s>domotiga.nl/gambas/install</s>
http://domotiga.nl/

Then unpack the domotiga archive in the home dir of your user account.
This will create an directory called 'domotiga' with everything in it.

Read the README inside it for the next steps or browse this webpage:
<s>domotiga.nl/domotiga/install</s>
http://domotiga.nl/

Also read the LICENSE file and the disclaimer in the README.

Expect bugs and shortcomings... it's beta code remember. [:I]

You can find the source code in domotiga/DomotiGa.

Use the website to read more about it, and the forum to post your bug reports, wishes and experiences, it's open source so together we can make it into something... well you name it.

Have fun! [8D]

Regards,
RDNZL
Ron Klinkien

Release ...

Posted: Wed Nov 19, 2008 2:32 pm
by Noel
Time to play.. That is.. If I have time to do so :(

<h6>Anyone interested in time travel meet me here last Thursday!!

Download todays latest spoken weather (in Dutch) here (MP3).</h6>

Release ...

Posted: Wed Nov 19, 2008 9:04 pm
by Esteban
Congratulations on your first release!

Cheers,
Esteban

Release ...

Posted: Wed Nov 19, 2008 9:18 pm
by RDNZL
<blockquote id="quote"><font size="1" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote"><i>Originally posted by Esteban</i>
<br />Congratulations on your first release!

Cheers,
Esteban
<hr height="1" noshade id="quote"></font id="quote"></blockquote id="quote">Thanks.

If you want you can try to translate it to French, if fields are to small to fit the text let me know.

Load project and goto menu Project-> Translate, click New -> French(France) ;-)

Regards,
Ron.

Release ...

Posted: Wed Nov 19, 2008 9:28 pm
by Esteban
@Ron: I'm already busy getting started with it ;-)

Release ...

Posted: Wed Nov 19, 2008 10:16 pm
by bprosman
Hi Ron,

I'm preparing an Ubuntu development environment. Regarding your tutorial of the installation of SSH, on:

<s>http://domotiga.nl/gambas/install</s>
http://domotiga.nl/

Shouldnt :

$ sudo apt-get ssh

be :

$ sudo apt-get install ssh ?

Regards, Bram

Release ...

Posted: Wed Nov 19, 2008 10:45 pm
by RDNZL
<blockquote id="quote"><font size="1" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote"><i>Originally posted by bprosman</i>
<br />Hi Ron,

I'm preparing an Ubuntu development environment. Regarding your tutorial of the installation of SSH, on:


Shouldnt :

$ sudo apt-get ssh

be :

$ sudo apt-get install ssh ?

Regards, Bram

<hr height="1" noshade id="quote"></font id="quote"></blockquote id="quote">

Yes it should.

I have corrected it, thanks!