readerd
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
&tag(readerd);
*目次 [#hbfc294e]
#contents
*関連ページ [#z9ac0727]
*参考情報 [#t9c6a2f3]
-[[daigoro-rc/readerd:https://github.com/daigoro-rc/reade...
*インストール [#d30bd693]
-以下の手順で行う
#pre{{
git clone https://github.com/daigoro-rc/readerd.git
bundle install --path vendor/bundler
bundle exec rake generate_secret_token:generate
}}
-config/database.ymlを編集。ユーザーとパスワードを適当に...
-データベースの生成。createdbできるユーザーなら以下のコマ...
bundle exec rake db:create:all
-migration実行。CreateCategoriesが重複しているエラーが表...
bundle exec rake db:migrate
-サーバー実行。unicorn.rbを編集してパスを書き換えておく。
bundle exec unicorn_rails -c config/unicorn.rb -E produc...
-もしくは
bundle exec rails s
*実行 [#a6a3057b]
**ユーザーの登録 [#decb7071]
-ユーザー登録する。sign upより。
**フィードの登録 [#we624297]
-フィードの直接のURLではなく、フィードをリンクしているペ...
終了行:
&tag(readerd);
*目次 [#hbfc294e]
#contents
*関連ページ [#z9ac0727]
*参考情報 [#t9c6a2f3]
-[[daigoro-rc/readerd:https://github.com/daigoro-rc/reade...
*インストール [#d30bd693]
-以下の手順で行う
#pre{{
git clone https://github.com/daigoro-rc/readerd.git
bundle install --path vendor/bundler
bundle exec rake generate_secret_token:generate
}}
-config/database.ymlを編集。ユーザーとパスワードを適当に...
-データベースの生成。createdbできるユーザーなら以下のコマ...
bundle exec rake db:create:all
-migration実行。CreateCategoriesが重複しているエラーが表...
bundle exec rake db:migrate
-サーバー実行。unicorn.rbを編集してパスを書き換えておく。
bundle exec unicorn_rails -c config/unicorn.rb -E produc...
-もしくは
bundle exec rails s
*実行 [#a6a3057b]
**ユーザーの登録 [#decb7071]
-ユーザー登録する。sign upより。
**フィードの登録 [#we624297]
-フィードの直接のURLではなく、フィードをリンクしているペ...
ページ名: