Skip to content

Commit

Permalink
Markdownさん..
Browse files Browse the repository at this point in the history
  • Loading branch information
hakobe committed Mar 16, 2012
1 parent bc73a2a commit ac06649
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions README.markdown
Expand Up @@ -2,21 +2,11 @@

Guita is a gist clone written in Perl.

## Install
## Try

1. Create a database named <code>'guita'</code>.
2. Load <code>./db/schema.sql</code> to the database.
3. Write <code>./config.pl</code> 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 <code>./config.pl</code>. See <code>./config_template.pl</code>
4. <code>carton install</code>
5. <code>carton exex perl script/server.pl</code>

Expand Down

0 comments on commit ac06649

Please sign in to comment.