= Setting up GENI-in-a-Box Development Environment for Fedora 15 = == Install OpenVZ == Follow instructions at http://www.howtoforge.com/installing-and-using-openvz-on-fedora-15. It is quite possible your !VirtualBox guest additions will not work after you install OpenVZ. Unfortunately there does not appear to be a way of getting guest additions once OpenVZ is installed. == Install GCF == 1. Install your private key in ~/.ssh and make sure your public key has been uploaded to the server with the git repository. 2 Clone the repository and switch to the geni-in-a-box branch: {{{ git clone ssh://@trac.gpolab.bbn.com/srv/git/gcf git branch geni-in-a-box get pull origin geni-in-a-box }}}