I installed Gitorious on my Linux server. I log in with my administrator. I uploaded my ssh public key to Gitorious. Now I would like to create a new project, but when I create a new project, I have this error in my log
** ultrasphinx: spelling support not available (raspell configuration raised "uninitialized constant Ultrasphinx::Spell::Aspell")
I execute this command, but this is not a solution ...
$ aptitude install libaspell-dev
$ gem install raspell
If you want, you can read that http://cweiske.de/tagebuch/gitorious-spelling-problems.htm . This is the site talking about this error.
If anyone can help me, I would be very happy because it has been a while since I was looking for a solution to this error.
source
share