nbnero.blogg.se

Bitnami redmine slow when creating editing issues
Bitnami redmine slow when creating editing issues





  1. Bitnami redmine slow when creating editing issues password#
  2. 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#

  • The mysql root password is the same password as the Redmine admin.
  • I decided to mess with the database directly and see if it was easy to understand the schema. I don’t intend to do this regularly, so I don’t really need a plugin. Nope, no default method, or requires a plugin. For “correctness” sake I tried, and searched if I could modify the creator… (talk about non-repudiation…) Unfortunately I made the unforgivable mistake of creating a regular issue using the Admin account. You may run this script periodically, so you could do it manually or create a job for it (i.e.I own the administrator account of a Bitnami Redmine that I installed, but I usually work using a regular user account (Unix rule of not using root). This script fetches mails in your Gmail account and creates issues in Redmine. Set SSL_CERT_FILE=C:\BitNami\redmine-2.3.1-1\apps\redmine\htdocs\cert.pem

    bitnami redmine slow when creating editing issues

    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.

    bitnami redmine slow when creating editing issues

    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.







    Bitnami redmine slow when creating editing issues