Before you can proceed in the installation of NorfelloCMMS OS, make sure you have gone through the platform dependent installation process, so that you have everything (software, libraries) needed to install and run NorfelloCMMS OS.
There is currently two ways to download NorfelloCMMS OS. Choose the one that better suits you needs.
After you have downloaded and installed the software by following the instructions below, you can to proceed to Configuring NorfelloCMMS OS.
You can download stable NorfelloCMMS OS releases from the download page. Unpack the downloaded package to for instance in the /opt/ directory or if you are using Windows in C:\norfello_cmms\.
The best way to keep up with the development of NorfelloCMMS OS is to get the latest version from the Subversion repository. The repository can be accessed with the svn command line tool, which requires Subversion. Go to the directory you want place NorfelloCMMS
cd /opt # or on Windows: cd C:\
and give the command
svn checkout http://cmms.norfello.com/svn/cmms/trunk norfello_cmms
This will place NorfelloCMMS OS in the /opt/norfello_cmms/ directory or if you are using Windows in C:\norfello_cmms\.
If you prefer graphical tools you might want to try TortoiseSVN.
To make the language choices of NorfelloCMMS OS work, you need to make the translations. Open a command prompt and go to the directory you saved NorfelloCMMS OS
cd /opt/norfello_cmms # or on Windows: cd C:\norfello_cmms
Then enter the command
rake makemo
to make the translations.
Last updated Thursday, May 31st (1 year, 6 months ago)
Comments
18:06 EET on
Feb 8th 2008
What should I do?
This occured after typing rake makemo --trace
Warning: obsolete msgid exists.
#~msgid ""
Warning: obsolete msgid exists.
... (hundreds of similar lines)
po/fi_FI/norfello_cmms.po -> locale/fi_FI/LC_MESSAGES/norfello_cmms.mo
po/fi_FI/rails.po -> locale/fi_FI/LC_MESSAGES/rails.mo
Moving locale/fi_FI/LC_MESSAGES/rails.mo -> locale/fi_FI/rails.mo
rake aborted!
private method 'move' called for File:Class
C:/NorfelloCMMS-OS/rakefile:32
C:/NorfelloCMMS-OS/rakefile:22:in 'each'
C:/NorfelloCMMS-OS/rakefile:22
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:546:in 'call'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:546:in 'execute'
c:/ruby/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:541:in 'each'
...
c:/ruby/bin/rake:19:in 'load'
c:/ruby/bin/rake:19
19:18 EET on
Feb 12th 2008
Tomi,
I am assuming you are using the development version. Please update to the latest version with the Subversion by saying:
svn update
in the installation directory (or do a new 'svn export' if you did not use 'svn checkout').
This error is our (read my) fault. I should have spotted this. Sorry. Thanks for pointing it out.