noob: windows环境下如何在redmine中创建插件?
我已经安装了 bitnami redmine stack 和 mysql plus ruby 1.81,rails 2.3.11 和 rubygems 1.3.7 安装在我的本地系统中。问题是我不知道该走哪条路径开始生成插件,甚至提到了 redmine 插件教程民意调查在redmine主站点的wiki中没有提到它。我应该在供应商/插件还是在中编写ruby脚本/生成redmine_plugin民意调查“C:\Program Files\BitNami Redmine Stack\apps\redmine>ruby script/generate redmine_plugin Polls -e production”。需要帮助。我还附上了它的屏幕截图。另外,在一个实例中,我确实设法创建了民意调查插件,但它没有显示在文件夹中的任何位置。我在此处附加两个屏幕截图 1 2
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
好吧,意识到我在哪里犯了错误。显然,数据库名称在 database.yml 文件中的生产和开发中并不常见。一旦纠正它就开始工作。
Ok realized where i had made the mistake. apparently the database name was not common in production as well as in development in the database.yml file. Once thats corrected it started working.
对于 BitNami,我使用了以下命令并且它起作用了。首先需要找到rails存放的目录:
With BitNami I used the following command and it worked. First you need to find the directory where rails is stored: