S
Snoop1990 Snoop1990
Hello,
I have to leave my old server, so I did a backup and saved my ruby on
rails Applications and my mysql databases to an external USB stick and
brought them to the new server.
The backup for mysql works just fine, no errors on this side.
The next thing, I want to start the internal webrick server ... and got
an Error message. Not able to boot up ? ... And I noticed that the error
was caused because my previous server was FreeBSD and the new is Linux
(Kubuntu). So I replaced some files and get the server running and I
could access the applications first page, but then again I get an Error.
Therefore my question is, which files differ between the different
operation systems.
I have :
-app
-components
-config
-db
-doc
-lib
-log
-public
-Rakefile // file
-README // file
-script
-test
-tmp
-vendor
I'm not sure but maybe the version of rails between the servers differ
as well.
I have to leave my old server, so I did a backup and saved my ruby on
rails Applications and my mysql databases to an external USB stick and
brought them to the new server.
The backup for mysql works just fine, no errors on this side.
The next thing, I want to start the internal webrick server ... and got
an Error message. Not able to boot up ? ... And I noticed that the error
was caused because my previous server was FreeBSD and the new is Linux
(Kubuntu). So I replaced some files and get the server running and I
could access the applications first page, but then again I get an Error.
Therefore my question is, which files differ between the different
operation systems.
I have :
-app
-components
-config
-db
-doc
-lib
-log
-public
-Rakefile // file
-README // file
-script
-test
-tmp
-vendor
I'm not sure but maybe the version of rails between the servers differ
as well.