Home

Awesome

Template for Redbean Projects

This repo contains two options for managing your project: a shell script, and a Makefile.

To make your redbean launch a browser on start, uncomment LaunchBrowserOnStart() in srv/.init.lua.

M1 Mac users should use the default MODE instead of asan-, this can be set in the top of your Makefile/build.sh

build.sh

Stock redbeans are hidden with dots. Executables are excluded in the .gitignore. Since they are Actually Portable, you could disable this behavior and commit the executables directly, if you're ok with keeping them in the git store. Also remember that binaries have a certain risk profile of their own.

Makefile

You can also use make to do the above.

See also: make stop-daemon, make restart-daemon, make log, make ls

Roadmap

Notable contributions