» Home
Frequently Asked Questions
- When I commit with Mercurial(hg), my username is root… How can I change it?
You have to set your user information in the local configuration of Mercurial. Edit the file '~/.hgrc' and add the following line:
[ui] # The committer of a changeset created when running "commit". # Typically a person name and email address. # Default is $EMAIL or username@hostname. username = Fred Widget <fred@example.com> # The editor to use during a commit. Default is $EDITOR or "vi". # If you want to use emacs for example set it: editor = emacs # Want more? # $ man 5 hgrc
- I ran into a problem while installing or using DiVA. How can I get help?
Feel free to post a question in the DiVA-user mailing list and explaining your problem in as much detail as possible.
- I want to contribute to DiVA. How should I proceed?
If you are familiar with dotCloud/Python/System Admininistration, please introduce yourself in developer mailing list. Have a look at the code repository. And ask away any questions you have.
Feel free to send question:
User mailing list: diva-user at diva-cloud.org
Developer mailing list: diva-dev at diva-cloud.org
Back up to: Documentation