Skip to content

takanori/kossynote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published