https://github.com/dspearson/phlegyas-example
a small example repository for usage of the phlegyas library
https://github.com/dspearson/phlegyas-example
Last synced: about 1 year ago
JSON representation
a small example repository for usage of the phlegyas library
- Host: GitHub
- URL: https://github.com/dspearson/phlegyas-example
- Owner: dspearson
- License: isc
- Created: 2019-04-21T18:14:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-27T13:58:58.000Z (about 7 years ago)
- Last Synced: 2025-01-28T19:49:19.011Z (over 1 year ago)
- Language: Clojure
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# An example application for Phlegyas.
To build and run:
```
export PORT=12345
git clone https://github.com/dspearson/phlegyas-example
cd phlegyas-example
lein deps
lein uberjar
lein -jar target/uberjar/phlegyas-example-0.0.1-SNAPSHOT-standalone.jar $PORT
```
You now have a 9P2000 filesystem listening on localhost, with the port as specified above.