]> git.parisson.com Git - timeside.git/commitdiff
fix debian repos, add vagrant dev box
authorGuillaume Pellerin <yomguy@parisson.com>
Sun, 17 Aug 2014 19:44:37 +0000 (21:44 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Sun, 17 Aug 2014 19:46:34 +0000 (21:46 +0200)
Conflicts:
README.rst

README.rst

index 3fcc0d51810e9c12af76fa4ea5e1f315e8453b66..60a48689cce4f12316026a8f522a172e4ca4a568 100644 (file)
@@ -378,19 +378,37 @@ At the moment, this server is NOT connected to the player using TimeSide alone.
 Development
 ===========
 
-For versions >=0.5 on Debian 7 Wheezy::
+On Debian 7 Wheezy:
+---------------------
 
- $ echo "deb http://ftp.debian.org/debian/ wheezy-backports main" | sudo tee -a /etc/apt/sources.list
- $ echo "deb-src http://debian.parisson.com/debian/ stable main" | sudo tee -a /etc/apt/sources.list
+ $ wget -O - http://debian.parisson.com/debian/conf/parisson.gpg.key | sudo apt-key add -
+ $ echo "deb http://http.debian.net/debian/ wheezy-backports main" | sudo tee -a /etc/apt/sources.list
+ $ echo "deb http://debian.parisson.com/debian/ wheezy main" | sudo tee -a /etc/apt/sources.list
  $ sudo apt-get update
  $ sudo apt-get install git
  $ sudo apt-get build-dep python-timeside
-
  $ git clone https://github.com/yomguy/TimeSide.git
  $ cd TimeSide
  $ git checkout dev
  $ sudo pip install -e .
- $ python tests/run_all_tests
+ $ tests/run_all_tests
+
+VirtualBox and Vagrant
+-----------------------
+
+ $ sudo apt-get install vagrant virtualbox
+
+ Or install / update Vagrant from https://www.vagrantup.com/downloads.html
+ And VirtualBox from https://www.virtualbox.org/wiki/Downloads
+
+ Then::
+
+ $ vagrant box add parisson/timeside-wheezy64 http://files.parisson.com/vagrant/timeside/parisson-timeside-wheezy64.box
+ $ vagrant init parisson/timeside-wheezy64
+ $ vagrant up
+ $ vagrant ssh
+ $ vagrant halt
+
 
 Sponsors and Partners
 =====================