Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhutter/hnotes
https://github.com/mhutter/hnotes
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mhutter/hnotes
- Owner: mhutter
- Created: 2020-05-21T05:47:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-30T21:08:21.000Z (9 months ago)
- Last Synced: 2024-05-01T21:06:02.616Z (8 months ago)
- Language: PHP
- Size: 70.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
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]