From ac066493621b582245f1aca80e8a23391d8af380 Mon Sep 17 00:00:00 2001 From: hakobe Date: Sat, 17 Mar 2012 03:00:11 +0900 Subject: [PATCH] =?UTF-8?q?Markdown=E3=81=95=E3=82=93..?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.markdown | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/README.markdown b/README.markdown index 689c58a..6765176 100644 --- a/README.markdown +++ b/README.markdown @@ -2,21 +2,11 @@ Guita is a gist clone written in Perl. -## Install +## Try 1. Create a database named 'guita'. 2. Load ./db/schema.sql to the database. -3. Write ./config.pl like below. -```perl -+{ - github_client_id => 'YOUR GITHUB APP CLIENT ID', - github_clientsecret => 'YOUR GITHUB APP CLIENT SECRET', - session_key_salt => '123456', - - repository_base => '/path/to/repos', - dsn_guita => 'dbi:mysql:dbname=guita;host=localhost', -} -``` +3. Create ./config.pl. See ./config_template.pl 4. carton install 5. carton exex perl script/server.pl