Skip to content

neuroradiology/taiga-vagrant

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vagrantfile for Taiga

Installation

git clone https://github.com/taigaio/taiga-vagrant.git
cd taiga-vagrant
vagrant up

Usage

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.

Dependencies

  1. VirtualBox
  2. Vagrant

Note if you're using VMware you need the vagrant vmware plugin

Documentation

Please, take a look at the wiki

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published