Redmine configuration¶
This is a guide on how to configure Redmine to your BlueHost site and get it working with your Mercurial repository.
The guide is mostly written as a reminder to myself on how I did it. If you use this guide and want changes or other features, you could use the forum or google
Tasks:¶
- Logon
- Set repositories values
- Add a project
- Link repository to the project
- Create a cronjob to get the updating automatically
1.Logon¶
Browse to your new redmine installation, press the "Sign in"
Enter the logon information
2.Set repositories values¶
Press the "Administration"
Then "Settings"
Then "Repositories"
Add encoding and choose "Closed" as "Applied status"
3.Add a project¶
Go back to the "Administration" again and choose New (project)
Enter name and identifier for your project. Click Save
Click on your new project
4.Link repository to the project¶
Click "Settings" and then "Repository"
Choose Mercurial as SCM and enter the path to your repository (change USERNAME and REPOSITORY)
That's it¶
However, to populate the Redmine database from your repository, you need to mak a cronjob.