Satinder Grewal
89c7ae0574
bug fix: TEST to commit to check if env variable fixes pm2 issue with electron
8 years ago
Satinder Grewal
c6f84f5259
default main menu added for production desktop app
8 years ago
Satinder Grewal
b9b1ca7e7b
iguana osx binary update; possible fix: pm2 destroy functions added
- updating iguana with older working osx version binary
- handling pm2 kill action with promises using bluebird module.
troubleshooting showed the actions were not happening in sequence while
app closing main window.
8 years ago
Satinder Grewal
0382b361bd
experimental pm2 kill code
8 years ago
Satinder Grewal
7634af174e
basic pm2 implemented to start iguana
8 years ago
Satinder Grewal
ffc6882cbd
updated osx iguana included, experimental process limit (ulimit max open files) code added
8 years ago
Satinder Grewal
30a22b9f2e
update
8 years ago
Satinder Grewal
6b3c168e20
tmp main page added
a temporary split main page added to App start.
This will replace with node.js/expressjs web dynamic page with more
better options and gui soon in future update.
8 years ago
Satinder Grewal
b0dc95b85d
bugfix: windows kill iguana.exe issue
8 years ago
Satinder Grewal
2b3cd02157
added corsproxy to app
added corsproxy to start on Linux and OSX platform.
8 years ago
Satinder Grewal
7bd2d312a7
osx iguana binary update
8 years ago
Satinder Grewal
3c6d49466f
Mainwindow GUI changed to use Iguana-GUI
8 years ago
Satinder Grewal
259a41fe34
confs copies/syncs to iguana directory before iguana processes starts
8 years ago
Satinder Grewal
e37fb23af1
style update for loading
8 years ago
Satinder Grewal
35a40cd338
gui links updated to 127.0.0.1 and jQuery & toastr removed from dependencies
8 years ago
Satinder Grewal
4b1ff2c42e
windows task kill command update
8 years ago
Satinder Grewal
15314b14f5
bug fix
clicking on task bar icon was opening new process. fixed in this commit.
8 years ago
Satinder Grewal
c04ab5eebf
windows conditions updated for spawn processes
8 years ago
Satinder Grewal
4c6b3dff01
windows exe and dir path is now using normalisation as per platform
8 years ago
Satinder Grewal
9a8e654db5
update: bug fixes, windows desktop app works now.
- on desktop app window close, the main desktop process still kept
running in background. was missing app.quit() at right place. fixed it
in this commit.
- in windows spawn() was not executing iguana.exe file, and was not
exiting when app quits. updated to use exec() for both starting and
killing iguana.exe process with command `taskkill`. windows desktop app
works now.
8 years ago
Satinder Grewal
abf951f74d
update
8 years ago
Satinder Grewal
a850fcc9a2
updated iguana binaries for win/linux/osx, added app icon for win/linux app
8 years ago
Satinder Grewal
baafbbd98b
update
8 years ago
Satinder Grewal
bd0a475700
loading html page and conditional redirect added
loading screen will redirect when it finds that iguana api is
accessible.
8 years ago
Satinder Grewal
9ced8a01f1
loading window base code added
stub code added to first show loading window, frameless.
when loading window closes, load easydex gui window
8 years ago
ca333
e822e7fe82
update os-detector
8 years ago
ca333
8cf87df2c5
fix initialisation and add win32 bin
fixed iguana directory inititalisiation and added win32 binaries to the bundle
8 years ago
Satinder Grewal
d9841486c8
windows size and dev tools disabled for now
8 years ago
Satinder Grewal
a7dcbf371f
fixed issue relating to app http. wasn't working when compiled to production app on osx
8 years ago
Satinder Grewal
45ad15f44b
package info and debug code updated
8 years ago
Satinder Grewal
7e12db1d1e
fixed error: RangeError: "port" argument must be >= 0 and < 65536
changed port from 77777 to 17777
8 years ago
Satinder Grewal
e87713f958
remote origin issue solved with electron app
GUI now accessible via http:// and not from file://
using expressjs
8 years ago
Satinder Grewal
c1e83372e2
os detector updated
now changes to the dir before running iguana
checks if the directory already exists or not
if doesn’t creates the dir
changes the dir specific to os, and starts iguana from that dir.
found in previous updates iguana binaries was not included, or somehow
was missing. added to this update.
8 years ago
Satinder Grewal
c234f7971f
Updated files
8 years ago