https://github.com/mhutter/hnotes
https://github.com/mhutter/hnotes
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mhutter/hnotes
- Owner: mhutter
- Created: 2020-05-21T05:47:28.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-01-23T11:49:40.000Z (over 1 year ago)
- Last Synced: 2025-01-29T02:24:55.938Z (over 1 year ago)
- Language: PHP
- Size: 35.2 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= notes
_For archival purposes only._
This is a verbatim import of "notes", a tool I wrote back in 2007
== Running the thing
[source,bash]
----
docker compose up -d --build
# wait for everything to come up
# The mysql image is a bit borked so you may have to manually create the user
# and the DB.
docker compose exec -T db mysql hbombch_hutter --batch < schema.sql
----
---
> https://hutter.io/[Manuel Hutter] -
> GitHub https://github.com/mhutter[@mhutter] -
> Twitter https://twitter.com/dratir[@dratir]