Skip to content

nrgiii/webtools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 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, clone the code, set an environment variable, start Topaz, login (you may need to edit the user, password, and stone name), and install the code:

git clone https://github.com/jgfoster/webtools.git
cd webtools
export WEBTOOLS=`pwd`
topaz -i -l -T 50000 << EOF
set username: DataCurator 
set password: swordfish 
set gemstone: gs64stone
login
input $WEBTOOLS/installAndRun.tpz
EOF

At this point you should be able to launch a web browser and start interacting with the tools.

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

Languages

  • JavaScript 94.5%
  • CSS 2.8%
  • HTML 1.8%
  • Shell 0.9%