Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 5 of 5 total
Thread Unix potential
Tue, Jan 31 2012 8:38 PMPermanent Link

Lance Rasmussen

Jazzie Software

Avatar

Team Elevate Team Elevate

Curious to see if there would be potential to host the EWB application on a *nix box.  In theory most things should run except database, which would then lead to question of either a *nix EDB server or a javascript backend to connect to a remote EDB hosted on Win environment.  Maybe connecting to MySQL on *nix?
Tue, Jan 31 2012 8:55 PMPermanent Link

Steve Gill

Avatar

Hi Lance,

<< Curious to see if there would be potential to host the EWB application on a *nix box.  In theory most things should run except database, which would then lead to question of either a *nix EDB server or a javascript backend to connect to a remote EDB hosted on Win environment.  Maybe connecting to MySQL on *nix? >>

I have a EWB app running on a Unix web server.  I haven't connected any EWB apps to a database yet but I'm hoping to connect some of them to MySQL databases.
Tue, Jan 31 2012 11:38 PMPermanent Link

Raul

Team Elevate Team Elevate


EWB apps themselves can be hosted on anything as they're just bunch of standard web files : html+js+css.

Database access becomes bit more tricky : if you're using a web hosting service then writing a back-end with something like PHP+MySql should work fine and is supported by all hosting companies.

If you have your own virtual server (hosted or Amazon EC2 for example) and want to use EDB then you could try Wine - i have not tried it on any Unix but tested on some Linux distros and EDB Server ran just fine under Wine.

Alternatively Amazon EC2 free tier now offers a windows micro instance free for a year and while the instance is not very powerful it's likely adequate for running a small volume EDB Server for example

Raul

<<
Lance Rasmussen wrote:
Curious to see if there would be potential to host the EWB application on a *nix box.  In theory most things should run except database, which would then lead to question of either a *nix EDB server or a javascript backend to connect to a remote EDB hosted on Win environment.  Maybe connecting to MySQL on *nix?
>>
Thu, Feb 2 2012 2:43 PMPermanent Link

Lance Rasmussen

Jazzie Software

Avatar

Team Elevate Team Elevate

It's a virtual host using FreeBSD.  So PHP+MySQL is most likely the route.  Not my favorite DB though.  Wink

I may be able to at least put the EDB server on a small Windows box that's locally hosted.
Thu, Feb 2 2012 4:17 PMPermanent Link

Steve Gill

Avatar

<< It's a virtual host using FreeBSD.  So PHP+MySQL is most likely the route.  Not my favorite DB though.  Wink >>

I use MySQL for all of my websites, use Microsoft SQL Server a lot (not by choice) for contract work, but my favourite is EDB. Smile
Image