Commit Graph

10 Commits

Author SHA1 Message Date
Michael Herold 098f7fe0f9
Remove the need for a DATABASE_URL
Since the application does not use a database, it's confusing to have to
set a bogus database URL environment variable. This change follows [the
Lucky guide][1] suggestion for disabling the need for database
configuration. That makes the setup a little easier.

[1]:
https://www.luckyframework.org/guides/database/intro-to-avram-and-orms
2022-05-21 11:34:28 -04:00
Edward Loveall 08f38a4d25
Add GitHub Gist authentication instructions 2022-01-23 16:08:23 -05:00
Edward Loveall c775072b3d
Add instructions for Lucky config variables
The most common is "How do I set my custom domain" (answer: APP_DOMAIN)
but this also requires setting LUCKY_ENV=production which requires
SECRET_KEY_BASE, DATABASE_URL, and PORT
2022-01-15 16:29:46 -05:00
Edward Loveall 66acd562ae
Update readme 2021-11-20 11:00:34 -05:00
Edward Loveall 3f56fac408
Add project goals to README 2021-11-07 12:22:11 -05:00
tnp eaf25ef23a
Add Dockerfile 2021-10-16 10:56:15 -04:00
Martin Puppe 0c018a898a
Add support for development with Nix
This patch adds support for development with the Nix package manager. In
order to support the traditional nix-shell tool as well as the (still
experimental) Nix Flakes feature of the upcoming version of Nix, this
patch adds shell.nix *and* flake.nix/flake.lock.  Usage instructions
have been added to the README.
2021-10-15 08:56:15 -04:00
Edward Loveall 472b0092c8
Add mailing list for patches to README 2021-10-14 21:15:19 -04:00
Edward Loveall dbddfc9cb4
Update README 2021-10-10 14:52:37 -04:00
Edward Loveall fcf3eb14d0
Initial app 2021-05-01 17:03:38 -04:00