Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 800 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 800 Bytes

DataBallet

DataBallet is a web server and application framework implemented using the M language. It is being developed and tested using GT.M.

Configuration

See conf/default.conf and modify it to suits your needs. Better yet, copy, modify, and pass the new file as the second argument to script/databallet.sh.

Starting the server

Start the server by executing ./script/databallet.sh start <configuration file>.

Stoping the server

Stop the server by executing ./script/databallet.sh stop <configuration file>.

Staying up to date

Once installed and working correctly, executing ./script/databallet.sh update <configuration file> will get the latest scripts and source code from GitHub and restart the server.