takanori / kossynote

Sample application with Kossy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NAME

KossyNote - Note management system based on Kossy and MySQL

#TUTORIAL

Change MySQL username and password in KossyNote/lib/KossyNote/Web.pm.

Create database and table.

> mysqladmin -uYourUserName create kossynote -p
> mysql -uYourUserName kossynote < sqls/notes.sql -p

Install modules and execute

> carton install
> carton exec -- plackup app.psgi

About

Sample application with Kossy


Languages

Language:CSS 54.4%Language:JavaScript 43.6%Language:Perl 2.1%