Revision 141f3009

b/README.deploy
381 381
    $ dpkg-buildpackage -b -uc -us
382 382
    # dpkg -i ../vncauthproxy_1.0-1_all.deb
383 383

  
384
    --Failure to build the package on the Mac.
385

  
386
    libevent, a requirement for gevent which in turn is a requirement for
387
    vncauthproxy is not included in MacOSX by default and installing it with
388
    MacPorts does not lead to a version that can be found by the gevent
389
    build process. A quick workaround is to execute the following commands:
390

  
391
    cd $SYNNEFO
392
    sudo pip install -e git+https://code.grnet.gr/git/vncauthproxy@5a196d8481e171a#egg=vncauthproxy
393
    <the above fails>
394
    cd build/gevent
395
    sudo python setup.py -I/opt/local/include -L/opt/local/lib build
396
    cd $SYNNEFO
397
    sudo pip install -e git+https://code.grnet.gr/git/vncauthproxy@5a196d8481e171a#egg=vncauthproxy
384 398

  
385 399
13. Installation of the customized Ganeti Instance Image for image deployment:
386 400
    For Synnefo to be able to launch VMs from specified Images, you need

Also available in: Unified diff