
- Bitnami redmine slow when creating editing issues password#
- Bitnami redmine slow when creating editing issues windows#
You can mouseover the desired user in the browser to peek at the user’s ID to be used as the author_id.You can get the issue ID by looking at the URL when the issue is displayed in your browser.I am just showing the final necessary commands to run. In the process I used “SHOW TABLES ” and “DESC issues ” to probe the schema.I am using a Bitnami Redmine 3.1.0-0 instance, you may need to use “SHOW DATABASES ” to figure out which database.
Bitnami redmine slow when creating editing issues password#

Now run this script in command window: rake redmine:email:receive_imap unknown_user=accept no_permission_check=1 RAILS_ENV="production" host= port=993 password=YourGmailPassword ssl=1 project=YourProject Then go to apps > redmine > htdocs (mine is "C:\BitNami\redmine-2.3.1-1\apps\redmine\htdocs\"), hold Shift key, right click and select "Open command window here". Go to the directory that Redmine is installed. Now the script to fetch mails and create issues Get the cacert.pem file from here and put it somewhere inside Redmine installation folder (I put it inside "C:\BitNami\redmine-2.3.1-1\apps\redmine\htdocs\cert.pem").ĥ. So, go to Gmail settings and enable IMAP (cause we use IMAP) cd c:\Bitnami\redmine-2.5.
Bitnami redmine slow when creating editing issues windows#
In the "New project" panel, select the project, check the Customer role and click add.Ĭustomers will send their mails to this Gmail address (let's call it Then we fetch mails and create issues in Redmine. I installed bitnami redmine 3.0.0 for windows and Bitnami Redmine generally installs redmine in c:\bitnami\redmine-x.x.x\apps\redmine\htdocs So, try running.

Then go back to "Users", choose the user, go to Projects tab. Go to Administration > Users > New user and create an account, use the email of the customer here. When you are finished, restore the original permissions. You should now be able to upload files to the folder or replace the file. Now in permission section, check the Issue tracking > Add Issue.Ģ. Change the owner of the folder or file to bitnami (remember to replace the TARGETFOLDER placeholder with the proper path): sudo chown bitnami TARGETFOLDER sudo chmod +w TARGETFOLDER. Name it Customer, uncheck " Issues can be assigned to this role" and for Issue visibility select " Issues created by or assigned to the user". Sign in to Redmine as Administrator and go to the Administration > Roles and permissions > New role. Create the Customer role and set the permissions I used this article originally to solve the problem, but I changed some parts as needed.
