Hi,
I have download the sample application form github ( GitHub - webix-hub/webix-adminapp-demo: Demo of Webix MVC app, http://webix.com/demos/admin-app/ ) and i have followed the steps which is mentioned. Still i am not able to see the home page of the application as expected…Please to help me by providing the steps to run in my location machine.
Do i need any webserver to install in my local machine to run/deploy the application.
Thank you…
Maria
March 9, 2015, 3:42pm
2
Hi,
Yes, it would be better to install a webserver to run the application.
You need to run index.html under webserver, for example:
http://localhost/webix-admin-app/index.html
Thank You for you reply Maria…I am trying to run the application using xampp webserver but unable to run.
Is there any specific webserver to run the application. Please Help me…
Maria
March 11, 2015, 12:12pm
4
Hi,
Is there any specific webserver to run the application
Nope. Apache server that goes with xampp will do. Please check that other applications run correctly from the same domain as you run “admin app”.
Algys
March 11, 2015, 4:12pm
5
I’ve got the mentioned problem too. Trying to run index.html - TypeError: app.config is undefined (core.js: 462:2)
Maria
March 12, 2015, 9:47am
6
Please find readme file in package and follows instructions written there:
clone repo from git
fix path to webix.js and webix.css in the index.html
open index.html in the browser
maksim
March 12, 2015, 10:52am
7
Grab the updated version from github, now it must work without any modifications. Just clone the repo and open index.html
Algys
March 12, 2015, 5:36pm
8
Maria , sure I’ve fixed index.html - have edited paths to webix as follows:
http://cdn.webix.com/edge/webix.js
http://cdn.webix.com/edge/webix.css
Is that right?
Maksim , could you please write the updated repo url? Because this GitHub - webix-hub/webix-adminapp-demo: Demo of Webix MVC app, http://webix.com/demos/admin-app/ has last commit 18 days ago…
maksim
March 13, 2015, 10:02am
9
Sorry, I have updated files in the wrong repo.
Please check GitHub - webix-hub/webix-adminapp-demo: Demo of Webix MVC app, http://webix.com/demos/admin-app/ now, it must contain the latest version
Algys
March 13, 2015, 3:29pm
10
Super! I’ve tried - it’s working on localhost now. Thanks a lot, Maksim !
By the way, what was the error?
maksim
March 13, 2015, 3:32pm
11
Code of the demo have used “Custom Scrolls” which is a available only in Webix PRO package. I have updated code so now this feature is optional and demo works with both PRO and standard editions.
Algys
March 13, 2015, 3:36pm
12
Added “&& webix.CustomScroll” in app.js?
maksim
March 16, 2015, 10:03am
13
Yep
committed 10:32AM - 12 Mar 15 UTC
Also this commit updates paths to webix.js and webix.css files.