1. Launchpad makefile error

    If you’re trying to set up Launchpad you might run into this error:

    ERROR: Site local-vostok does not exist!
    make: *** [enable-apache-launchpad] Error 1
    ERROR: Unable to install apache config appropriately

    One way around it is to edit ”lp-branches/devel/Makefile”. Replace any instances of “vosok” with “vostok” then re-run “./rocketfuel-setup” and you should be good to go. There may be a better way and I’m sure a fixed makefile is on its way, but until then this should get you by.

    Hopefully this will help some lost googlers.