]> git.parisson.com Git - timeside.git/commitdiff
more infos about dev env
authorGuillaume Pellerin <yomguy@parisson.com>
Sun, 17 Aug 2014 19:54:53 +0000 (21:54 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Sun, 17 Aug 2014 19:54:53 +0000 (21:54 +0200)
README.rst

index 60a48689cce4f12316026a8f522a172e4ca4a568..db6a1656e1cb1b3d8a6a5ad83b8486ee1d6db7e5 100644 (file)
@@ -378,8 +378,10 @@ At the moment, this server is NOT connected to the player using TimeSide alone.
 Development
 ===========
 
-On Debian 7 Wheezy:
----------------------
+On Debian 7 Wheezy
+-------------------
+
+The shell commands to setup the development version on you system::
 
  $ 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
@@ -396,17 +398,26 @@ On Debian 7 Wheezy:
 VirtualBox and Vagrant
 -----------------------
 
+We also provide a vagrant box to install a virtual Debian system including TimeSide and all other dependencies.
+First, install Vagrant and VirtualVox::
+
  $ 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
+On other OS, we need to install the packages correponding to your system:
+
+ * Vagrant: https://www.vagrantup.com/downloads.html
+ * VirtualBox: https://www.virtualbox.org/wiki/Downloads
 
- Then::
+Then setup our image box like this in a terminal::
 
  $ 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
+
+To stop the virtual box::
+
+ $ exit
  $ vagrant halt