Creating Own Xojo Server

Hi everyone,

I want to purchase XOJO.

I have a spare core i5 computer.I want to make my own server for Xojo web applications.
Does it possible?

How to create own server for Xojo.
Please help.
Thanks in Advance.

(Sorry for poor english.)

Aloe? https://aloe.zone

For example,
If we have to made php server, we simply use apache.

If we have made xojo server, which software should we use like apache?
Thanks

http://developer.xojo.com/system-requirements
in the “Web Server” section.

… and http://developer.xojo.com/userguide/web-app-deployment

Currently I am using Xojo Trial version.
Can I Build my projects in trial version for testing ?

First: The original answer is yes. You can install a computer to run web apps. Mac, Windows, Linux, even a raspberry Pi can server a web app in your local network.

Second: You can run web apps in debugger to test. For building, you need a license.

I would recommend Eugene Dakins book, I Wish I Knew How To Begin Xojo Web Programming. This will guide you through setting up the server and building a few apps. You can get the book at http://www.xdevlibrary.com/.

Machine spec will be fine.

When I set up a test machine I used XAMPP, APACHE, Mysql, Perl etc. Works fine.

[quote=376649:@Jay Raotole]Currently I am using Xojo Trial version.
Can I Build my projects in trial version for testing ?[/quote]
You don’t need a web server to test web apps.

With the trial version you run you app (can’t build until you have your license), and you can connect to 127.0.0.1:8080 by default in that machine. I guess if you have a local network, other machines could connect to the web app with yourmachineip:8080