mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
96aec3b1cb
reports and maintain recipes. We've built it to be simple and useful for automating your cooking and shopping routine with existing UNIX command line and scripting tools. It can also function as a webserver for your recipes, making them browsable on any device with a web browser. comments sthen@, ian@ and jca@, ok bentley@
19 lines
652 B
Plaintext
19 lines
652 B
Plaintext
+-------------------------------------------------------------------------------
|
|
| Running ${PKGSTEM} on OpenBSD
|
|
+-------------------------------------------------------------------------------
|
|
|
|
This package provides an rc script for the integrated "cook server" web
|
|
server, which serves content from a system-wide recipe directory located
|
|
at ${LOCALSTATEDIR}/cook. Write permission can be granted by adding a user
|
|
to the _cook group.
|
|
|
|
Sample recipes and config files can be seeded using:
|
|
|
|
$ cd ${LOCALSTATEDIR}/cook && cook seed
|
|
|
|
Then, start the server:
|
|
|
|
# rcctl start cook_server
|
|
|
|
The web interface will be served on port 9080 to the local network.
|