Page 1 of 1

Server Apache

Posted: Wed Sep 26, 2018 8:26 am
by a_carignan
Hello, to test the web application of SpiderOffice, I would like to know how to configure the Apache server to execute the test application. The application files are already in the server directory. the default web page is displayed correctly with Windows, Android and Linux browsers. As for the create web page with SpiderBasic, the tab changes name, but the application does not roll.
Thank you in advance for your help.

Re: Server Apache

Posted: Thu Sep 27, 2018 12:36 am
by SamsonA
1) create a "TEST" folder on the server
2) download the "TEST" folder "libs" from SpiderBasic
3) create an application
- at compilation specify Spider Bascic libs path - "libs"
- set the name of the js
- set the name of the html
4) upload your * .html * .js to "TEST"
Next you will understand

Re: Server Apache

Posted: Thu Sep 27, 2018 5:11 am
by a_carignan
SamsonA wrote:1) create a "TEST" folder on the server
2) download the "TEST" folder "libs" from SpiderBasic
3) create an application
- at compilation specify Spider Bascic libs path - "libs"
- set the name of the js
- set the name of the html
4) upload your * .html * .js to "TEST"
Next you will understand
It does not work. Only the tab changes name.

Re: Server Apache

Posted: Sun Sep 30, 2018 9:45 am
by a_carignan
I finally managed to use the SpiderBasic application with the Apache server. Since the software only displayed Debug messages, it had to be compiled with the debugger. The response of SamsonA is a little complicated, it is easier to check the copy box of the SpiderBasic library in the compiler and copy the library directory, the HTML file and I JS file in the server directory. If you still want to simplify your life with the SpiderOffice test, configure the Apache server so that the server directory is the one of the application.
Thanks to SamsonA who gave me a good hint for my achievement. :)