CYBER
Go to file
Al Beano 1050faba15 New reserved domains 2017-08-13 20:12:37 +01:00
bin Basic zone writing script 2017-08-12 11:26:06 +01:00
dbupdate Send confirmation emails for account updates 2017-08-13 19:58:22 +01:00
environments initial commit 2017-07-14 18:29:52 +01:00
lib Send confirmation emails for account updates 2017-08-13 19:58:22 +01:00
public Remove image for now.. 2017-08-12 14:15:15 +01:00
t initial commit 2017-07-14 18:29:52 +01:00
views Send confirmation emails for account updates 2017-08-13 19:58:22 +01:00
.dancer initial commit 2017-07-14 18:29:52 +01:00
.gitignore misc improvements, basic authentication system (no session support yet) 2017-07-15 19:24:05 +01:00
Makefile.PL initial commit 2017-07-14 18:29:52 +01:00
README.md actually say something useful 2017-07-15 17:14:40 +01:00
app.psgi Block CSRF attempts 2017-07-16 20:09:42 +01:00
config.yml New reserved domains 2017-08-13 20:12:37 +01:00
cpanfile Send confirmation emails upon registration 2017-08-13 18:36:59 +01:00
schema.sql Send confirmation emails for account updates 2017-08-13 19:58:22 +01:00

README.md

cyberman

how to deploy: ??????????

cpanm --installdeps .
sqlite3 db.sqlite
(sqlite prompt) .read schema.sql
(sqlite prompt) .q
plackup