-
平台名称:headbanger,定位为重金属音乐推荐与发现工具
资源介绍
头疼
Headbanger是音乐推荐和发现平台。
设置
使用bin/setup脚本或手动运行以下步骤。
设置PostgreSQL数据库:
rails db:setup
初始化数据库种子:
rails database:seed # Production and development seeds
rails database:seed:production # Production seeds
rails database:seed:development # Development seeds
正在迁移
运行数据库迁移:
rails db:migrate
发展
使用bin/update脚本更新您的开发环境依赖项。
有用的资源:
调试
要在IDE中调试服务器组件,请启动debug而不是app容器,然后连接到localhost:1234 。
测验
在运行