Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation Error when installing on Windows XP #4

Open
marcric opened this issue Oct 27, 2009 · 3 comments
Open

Installation Error when installing on Windows XP #4

marcric opened this issue Oct 27, 2009 · 3 comments

Comments

@marcric
Copy link

marcric commented Oct 27, 2009

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

@absynthe-minded
Copy link

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

@test-org-rename
Copy link

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

@barda
Copy link

barda commented Mar 20, 2011

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants