Skip to content

Commit

Permalink
config をサンプル化した
Browse files Browse the repository at this point in the history
  • Loading branch information
uzulla committed Jan 13, 2014
1 parent fc123b8 commit 364c26e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
composer.phar
sqlite.db
.php-version
config.php
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,16 @@ $ php -r "eval('?>'.file_get_contents('https://getcomposer.org/installer'));"
$ php composer.phar install
```

## config を作成

```
# サンプルコンフィグファイルをコピーして作成する
$ cp config.php.sample config.php
```

SQLiteを使う場合には、内容を変更する必要はありません。
Mysqlを利用する場合には、後述の設定を行ってください。

## DBセットアップ

### SQLite利用時
Expand Down
File renamed without changes.

0 comments on commit 364c26e

Please sign in to comment.