[Gambas-user] Running website from server
Benoît Minisini
gambas at ...1...
Fri Jun 26 13:16:15 CEST 2015
Le 25/06/2015 19:35, Moviga Technologies a écrit :
>
>
> Hi!
>
> I have made a website with Gambas, and uploaded it to my Ubuntu 15.04
> VirtualBox server.
>
> As I run:
>
> $ gbr3 website.gambas --httpd
>
> it just spits out html markup in the console window...
>
It's:
GB_HTTPD_PORT=XXX gbr3 --httpd website.gambas
Where XXX is the port number you want to use.
Then point a web browser at http://localhost:XXX
Regards,
--
Benoît Minisini
More information about the User
mailing list