EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: AJLX on August 22, 2017, 03:51:48 AM



Title: Easy UI for Offline Use
Post by: AJLX on August 22, 2017, 03:51:48 AM
Hi All,

Is it possible to change Easy UI so that it could work off line? Ideally I want to be able to put a folder onto any computer and then have something that is self contained. I can imagine that this would be fine as long as you store the data to a JSON file instead of putting it into a DB?

Could anyone give me some help and advice on what I would need to do?

Thanks,

AJLX


Title: Re: Easy UI for Offline Use
Post by: Coder on September 03, 2017, 05:01:04 PM
unzip and configure local nginx or simpleHTTPd

for nginx start working:
Code:
net start nginx
cd folderWithAPP
index.html

stop working:
Code:
net stop nginx