Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 opswork 的新手,我对厨师食谱不太了解。我已经在 opswork 上设置了应用程序,它工作正常,现在我想在那里加载我的种子数据。是否有任何选项可以运行种子命令?
数据库播种需要您第一次完成。这是因为 RoR 配方期望数据库已经存在,并且只运行:rake db:migrate
您需要手动执行此操作。