高専ベンチャー Contents Managemet System
高専ベンチャーのWebサイトを管理するCMSとして開発しました.
git clone https://github.com/falcon8823/KosenVenture-CMS.git
cd KosenVenture-CMS
bundle install --path .bundle/ --without production
config/application.rb に記述されている,ADMIN_EMAIL定数に設定します.
cp config/database.yml.example config/database.yml
# config/database.yml を編集してデータベースの設定に合わせます
bundle exec rake db:create
bundle exec rake db:migrate
bundle exec rake db:seed
を実行することで初期ユーザが作成されます.
- ログイン名:admin
- パスワード:admin
bundle exec rails s
これで、http://localhost:3000/admin
にアクセスすると、管理ページのログイン画面にアクセスできます。
- MIT License
© 2013 Hayato OKUMOTO, All rights reserved.