1. RE: EU driven Website - How?

Ok found in cpanel where to set system wide apache handlers - done that

Now what euphoria files do I upload and to where?
my root directory on my site contains these folders:
.cpanel-datastore
.fantasticodata
.gnupg
.htmltemplates
.htpasswds
.neomail
.sqmaildata
.trash
etc
public_ftp
public_html
tmp


Thanks again

cklester wrote:
> 
> 
> posted by: cklester <cklester at yahoo.com>
> 
> Tony Steward wrote:
> > 
> > Anyway can someone please step me through how I might create a website 
> > driven with EU.
> 
> There is some useful stuff at http://cklester.com/euphoria/?page=apache
> 
> > Can I use EU's database in the above?
> 
> Yes.
> 
> I'm using Euphoria and Euphoria Database System to serve all my web 
> pages.
> 
> -=ck
> "Programming in a state of Euphoria."
> http://www.cklester.com/euphoria/



Give your hardest tasks to your lasiest workers. 
They will always find the easiest way to complete it.

new topic     » topic index » view message » categorize

2. RE: EU driven Website - How?

In addition the server is running linux.
The cgi-bin directory is in the publichtml directory


Thanks

Tony Steward wrote:
> 
> 
> Ok found in cpanel where to set system wide apache handlers - done that
> 
> Now what euphoria files do I upload and to where?
> my root directory on my site contains these folders:
> .cpanel-datastore
> .fantasticodata
> .gnupg
> .htmltemplates
> .htpasswds
> .neomail
> .sqmaildata
> .trash
> etc
> public_ftp
> public_html
> tmp
> 
> 
> Thanks again
> 
> cklester wrote:
> > 
> > 
> > posted by: cklester <cklester at yahoo.com>
> > 
> > Tony Steward wrote:
> > > 
> > > Anyway can someone please step me through how I might create a website 
> > > driven with EU.
> > 
> > There is some useful stuff at http://cklester.com/euphoria/?page=apache
> > 
> > > Can I use EU's database in the above?
> > 
> > Yes.
> > 
> > I'm using Euphoria and Euphoria Database System to serve all my web 
> > pages.
> > 
> > -=ck
> > "Programming in a state of Euphoria."
> > http://www.cklester.com/euphoria/
> 
> 
> Give your hardest tasks to your lasiest workers. 
> They will always find the easiest way to complete it.
> 



Give your hardest tasks to your lasiest workers. 
They will always find the easiest way to complete it.

new topic     » goto parent     » topic index » view message » categorize

3. RE: EU driven Website - How?

Hi Tony.

I set up a euphoria-powered website a few years ago. I use cpanel on a linux
server (http://icestorm.com). I'll give you some info that should be useful.

First of all, public_html is your root folder for the webpages. Normally, this
is where you want index.htm to be. What I did was set up a permanent redirect
(/index.htm --> /index.exu). That way, your euphoria cgi program will be the main
page. If you go to my website http://fluidae.com you will see it redirect to
http://fluidae.com/index.exu.

I put my cgi stuff in /public_html because the entire site is powered by
euphoria. You could try that, or just put everything in the cgi-bin folder
instead. Whatever folder you choose, you can put exu and all of the include files
in the same folder as your euphoria programs. It is important to set the
permissions (chmod) on all of the files to 755 so they will execute.

I hope that helps.

By the way, here is another cgi example:
http://www.fluidae.com/euwiki_demo/euwiki.exu.

~Ryan W. Johnson

Fluid Application Environment
http://www.fluidae.com/

[cool quote here, if i ever think of one...]

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu