adva_cms icon indicating copy to clipboard operation
adva_cms copied to clipboard

Installation Error when installing on Windows XP

Open marcric opened this issue 15 years ago • 3 comments

I have tried the two installations alternatives:

The "using a template" one returns a "non git repository" error.

And the "manually" alternative, give me the same error already reported by Shree in the Google discussion group.

http://groups.google.com/group/adva-cms/browse_thread/thread/42361bc4373a5e52

Apparently the installation procedure is not properly tested...

Unfortunately I'm a newbie in Rails, and don't know how to help.

MarcRic

marcric avatar Oct 27 '09 03:10 marcric

I'm getting this error as well. Has any work around been discovered yet?

absynthe-minded avatar Mar 01 '10 18:03 absynthe-minded

The error message "unknown file type: ../adva/engines/adva_activity" is displayed because this relative path doesn't resolves to a valid path.

Looking at the adva_cms/lib/tasks/adva_cms.rake shows that the source method on line 160 suppose the relative path of the source packages at ../adva. This seems broken (even on Mac?) because the rake task is invoked from RAILS_ROOT and there's no RAILS_ROOT/../adva directory!

So a simple workaround is to cd to vendor/plugins and to invoke rake adva:install:core from there (which will be a root that the relative path will be happy with).

Regards,

Pascal

test-org-rename avatar May 10 '10 12:05 test-org-rename

I have partially installed on Windows XP but I have problems with I18N so my installation dont work, in effect there is adva-cms2 out there.

  • Install git for Windows
  • Follow README until rake adva:install:core -R vendor/adva/engines/adva_cms/lib/tasks
  • Manually copy vendor/adva/engines and vendor/adva/plugins in vendor/plugins
  • rake adva:assets:install
  • Install which and Imagemagick for Windows
  • Manually install all required gems
  • RAILS_ENV=production rake db:migrate
  • RAILS_ENV=production rake db:sessions:create

barda avatar Mar 20 '11 21:03 barda