git clone https://github.com/taigaio/taiga-vagrant.git
cd taiga-vagrant
vagrant up
After installing you can boot the website using:
vagrant ssh
To launch taiga-front and taiga-back http servers:
taiga-runserver
That command will:
- Create a tmux session named taiga.
- Create a tmux window named servers in that session.
- Split that window.
- Launch taiga-front http server in one split and taiga-back http server in the other.
- Attach to the tmux session.
To detach from the session use <prefix> d
(the default prefix is C-b
).
To display the servers window whenver you want just run taiga-runserver
again.
Note if you're using VMware you need the vagrant vmware plugin
Please, take a look at the wiki