Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
A digitally-signed accounting and trading system
http://truledger.com/
Common Lisp
HTML
JavaScript
Shell
Inno Setup
CSS
Batchfile
Latest commit
Cannot retrieve the latest commit at this time.
Files
| Type | Name | Latest commit message | Commit time |
|---|---|---|---|
| Failed to load latest commit information. | |||
|
|
applin | ||
|
|
appmac | ||
|
|
appwin | ||
|
|
src | ||
|
|
ssl-certificates | ||
|
|
systems | ||
|
|
templates-custom | ||
|
|
templates | ||
|
|
www | ||
|
|
.gitignore | ||
|
|
.rsyncignore | ||
|
|
.sshdir | ||
|
|
INSTALL | ||
|
|
LICENSE | ||
|
|
README | ||
|
|
VERSION | ||
|
|
allpush | ||
|
|
cert.pem | ||
|
|
git-log.bat | ||
|
|
git-tags.bat | ||
|
|
gitpush | ||
|
|
json-errors.txt | ||
|
|
key.pem | ||
|
|
req.pem | ||
|
|
slime-setup | ||
|
|
start.lisp | ||
|
|
todo.txt | ||
|
|
truledger | ||
|
|
truledger-app | ||
|
|
truledger-app.bat | ||
|
|
truledger-asd.conf | ||
|
|
truledger-logo-128x128.ico | ||
|
|
truledger-logo-256x256.ico | ||
|
|
truledger-logo-32x32.ico | ||
|
|
truledger-logo-64x64.ico | ||
|
|
truledger.asd | ||
|
|
truledger.bat | ||
|
|
webpush | ||
README
See INSTALL for installation notes.
All the examples in this file assume that you're in the TRULEDGER package.
If you neglected to start the web server when you loaded the code (via
the TRULEDGER_PORT environment variable), you can start it with:
(truledger-web-server nil :port <port>)
The default port is 8785 ("TRUL" on a phone dialpad). See the code for
other keyword parameters.
To save an executable file:
(save-truledger-application &optional filename)
Starting that application will start the client web server on the
command-line-specified (or default) port.
After you've started the client web server, you can create a server
keypair, and start the server by following the directions at the
"Server Setup & Maintenance" link on the home page
(http://truledger.com:8080/server.html).