Skip to content

vti/perliki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Perliki

A simple wiki engine.

Installation

# Clone contrib libraries
$ git submodule update --init

# Install dependencies
$ cpanm --installdeps . -L perl5/

# or with carton
$ carton install

# Copy configs
$ cp configs/acl.yml.example configs/acl.yml
$ cp configs/config.yml.example configs/config.yml

# Create database
$ sqlite3 wiki.db < schema/SQLite.sql

# Start the server
$ plackup -Mlocal::lib=perl5

# or with carton
$ carton exec -- plackup

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published