Giter Club home page Giter Club logo

Comments (10)

oker1 avatar oker1 commented on July 16, 2024

I'll update the Vagrantfile for 0.9, in the meanwhile pls use vagrant 0.8.x.

from cmf-sandbox.

dbu avatar dbu commented on July 16, 2024

did #84 fix this issue?

seems we now have a php version problem with vagrant though, as #84 is mentioning that vagrant has php 5.3.2 but symfony core requires 5.3.3 or later

from cmf-sandbox.

oker1 avatar oker1 commented on July 16, 2024

Hey, I've forgot about this issue, I'll update the config for vagrant 1.0 soon. I'll look into the php issue too.

from cmf-sandbox.

uwej711 avatar uwej711 commented on July 16, 2024

I think the problem is the base box that vagrant uses, lucid is 2 years old. Should be precise ... then you get a proper php version

from cmf-sandbox.

oker1 avatar oker1 commented on July 16, 2024

The official hosted basebox is still lucid. I'll try the official precise
box, which is not released yet, but available from the vagrant site.

On Tue, Jun 12, 2012 at 1:47 PM, Uwe Jäger <
[email protected]

wrote:

I think the problem is the base box that vagrant uses, lucid is 2 years
old. Should be precise ... then you get a proper php version


Reply to this email directly or view it on GitHub:
#41 (comment)

Zsolt Takacs

https://github.com/oker1
http://zsolt.takacs.cc

from cmf-sandbox.

christiaan avatar christiaan commented on July 16, 2024

I've tried the precise box, at least composer install seems to run fine now (altough quite slow).
Haven't been able to try out if the sandbox it self works fine but the vagrant puppet files seem to work fine.

I've basically just switched the box_url and box config entries to precise in the Vagrantfile

Edit:
Running: app/console doctrine:phpcr:workspace:create sandbox

now runs into the following:
[PHPCR\UnsupportedRepositoryOperationException]
The backend at http://localhost:8080/server/ is an unsupported version of jackrabbit: "2.2.8-jackalope-SNAPSHOT". Need at least
"2.3.6"

from cmf-sandbox.

uwej711 avatar uwej711 commented on July 16, 2024

The current official jackrabbit version is 2.4.2. This needs to be changed in the puppet config I guess. Jackrabbit 2.4.2 works out of the box with jackalope and phpcr

from cmf-sandbox.

dbu avatar dbu commented on July 16, 2024

we also track the version you would want in this file: https://github.com/jackalope/jackalope-jackrabbit/blob/master/bin/jackrabbit.sh - as jackalope-jackrabbit is in the vendors, we maybe could put the version number into a separate file that this script and your vagrant setup could source to always get the right version?

from cmf-sandbox.

christiaan avatar christiaan commented on July 16, 2024

I had to run ./composer.phar install on the host system as on the guest OS it kept timing out because it was so slow.
I also removed jackrabbit from the vagrant install routine and just "installed" it by running ./jack start in the project root.

After this I was able to register the node types and import the fixtures and finally see some correct output in my browser.
However its so slow its almost impossible to use.

from cmf-sandbox.

dbu avatar dbu commented on July 16, 2024

this should be fixed by #98

from cmf-sandbox.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.