Hi, I'm trying to set up a production instance in a Virtualbox running Ubuntu 14.04. I've followed the instructions in the wiki. <https://wiki.yoctoproject.org/wiki/Setting_up_a_production_instance_of_Toaster>
I have found that git is missing as a dependency (it might not be a dependency but it's needed later to clone poky) On the step 1, you need sudo permissions to create /var/www/toaster (I then changed the folder permissions with 'sudo chmod 777 /var/www/toaster -R' On the step 5, the command ./bitbake/lib/toaster/manage.py migrate fails with an error saying "Table 'toaster_data.sourth_migrationhistory' doesn't exist" Using DJango 1.6. I've tried different versions of Django, changing "SOUTH_TESTS_MIGRATE = True" in the settings.py file and also tried Ubuntu 16.04 but I couldn't get around it. I'm new to Django so I would appreciate if someone could point me in the right direction. Regards, Murray
-- _______________________________________________ toaster mailing list [email protected] https://lists.yoctoproject.org/listinfo/toaster
