CYBER
Go to file
Al Beano 5024363f22 domain listing 2017-07-16 17:13:15 +01:00
environments initial commit 2017-07-14 18:29:52 +01:00
lib domain listing 2017-07-16 17:13:15 +01:00
public rough homepage 2017-07-14 20:06:28 +01:00
t initial commit 2017-07-14 18:29:52 +01:00
views domain listing 2017-07-16 17:13:15 +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 plack nonsense 2017-07-14 18:35:17 +01:00
config.yml misc improvements, basic authentication system (no session support yet) 2017-07-15 19:24:05 +01:00
cpanfile misc improvements, basic authentication system (no session support yet) 2017-07-15 19:24:05 +01:00
schema.sql domain listing 2017-07-16 17:13:15 +01:00

README.md

cyberman

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

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