-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathREADME
45 lines (35 loc) · 1.25 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
## ##
##
## ## #### ## #### ## ## ## ## ## #####
## ## ## ## ## ## ## ## ## ## ## ### ## ##
## ## ## ## ## ## ## ## ## ## ## ## ## ## ##
## ## ## #### ## #### ## ## ## ## ### ##
##
##
mojowka - is a lightweight wiki
based on top of Mojolicious::Lite
Usage:
./mojowka COMMAND [OPTIONS]
Example:
./mojowka daemon --reload
# spawn server
./mojowka help
# get list of available commands
When COMMAND and OPTIONS are omitted then server will be spawned
(./mojowka is equivalent to ./mojowka daemon).
Before first run you must create database:
sqlite3 data.sqlite < init.sql
Registered users can change content of pages and upload images.
There's one user: admin with same password.
Go to http://127.0.0.1:3000/desired_page for creating new page
and to http://127.0.0.1:3000/images/desired_image for uploading.
Prerequisites:
Mojolicious::Lite
DBI
Locale::TextDomain (libintl)
Text::Textile
and
Mojolicious::Plugin::Textdomain (https://bitbucket.org/nuclon/mojolicious-plugin-textdomain)
Alexander Sapozhnikov
http://shoorick.ru/