Skip to content

jgfoster/webtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebTools for GemStone/S 64 Bit

WebTools provides a HTML-based user interface for a suite of tools for GemStone/S. To use WebTools, set an environment variable, clone the code, start Topaz, login (you may need to edit the user, password, and stone name), and install the code:

export GEMSTONE="/opt/gemstone/product" # edit as appropriate
export PATH=$GEMSTONE/bin:$PATH
git clone https://github.com/jgfoster/webtools.git
cd webtools
cp topazini .topazini #edit as appropriate
./start

At this point you should be able to launch a web browser and start interacting with the tools. Note that connection will be on HTTPS with a privately-issued certificate. Depending on your browser and local configuration, the initial connection might be troublesome.

Components

WebTools depends on various third-party components that are licensed by their respective owners.

Supported Client Browsers

WebTools has been developed and tested on Chrome (version 22) on Macintosh OS X 10.8.4 with GemStone/S 64 Bit 3.1.0.4. WebTools requires the HTML canvas API to draw statmonitor graphics. This means that it does not work on IE8 or earlier. Other modern broswers support the canvas API so should work (but has not been tested).

Hosting

WebTools is hosted on GitHub. You are invited to fork the repository, make changes, and submit a pull request. You may also submit an issue.

License

WebTools components that are not otherwise licensed (see above) are Copyright (c) 2011-2013 by GemTalk Systems LLC and have their own license.

About

Web-based tools for GemStone/S

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published