Closed twolfson closed 11 years ago
This would also allow for users to use the encapsulated environment for their own projects.
Released Sublime Text 3 flavor in 0.2.0
. I will open another issue to introduce the Sublime Text 2 flavor.
Actually, this Vagrantfile was more for internal and not extended for using in other projects. I will correct the new issue appropriately.
I have completed all of the legwork for creating a
Vagrantfile
, just need to take action and write it. The Vagrant file will useThe required steps are:
Download and install
sublime_text
wget 64bit-sublime-text.tar.bz2
tar xvf 64bit-sublime-text.tar.bz2
ln -s $PWD"/Sublime Text 2/sublime_text" /usr/bin/sublime_text
Install other dependencies
sudo apt-get install xvfb
sudo apt-get install libgtk2.0-0
Run xvfb and tests
Xvfb -screen ... (copy what is in travis-cookbooks)
Below is the thinned down
git log
: