swoopej / vagrant_flask

Vagrant file and bash scripts to get a Flask/Backbone project up and running quickly.
0 stars 0 forks source link

config.vm.box_url is missing, schema.sql is missing #1

Open crazedVic opened 10 years ago

crazedVic commented 10 years ago

For someone just trying to get up and running quickly, it would help if you included the following line in the vagrantfile:

config.vm.box_url = "http://cloud-images.ubuntu.com/vagrant/precise/current/precise-server-cloudimg-amd64-vagrant-disk1.box"

also it failed on this:

ERROR at line 1: Failed to open file '/vagrant/schema.sql', error: 2

swoopej commented 10 years ago

haha thanks! Didn't realize anyone had seen this repo yet.

Is there any reason that config.vm.box_url is better than config.vm.box?

And yeah I think I will include a blank schema.sql

crazedVic commented 10 years ago

Ok so the first part was actually my bad. My version of Vagrant was super old and still required the url, back in those days they didn't have a server yet to hold all the images. And there were lots of other things that version didn't do (SIGH) - went through about 10 github vagrant projects before I figured out that most of those errors were due to that. Now i'm up and running, finally...