You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+11
Original file line number
Diff line number
Diff line change
@@ -12,4 +12,15 @@
12
12
13
13
This package contains several tools for projects and data management in the [National Genomics Infrastructure](https://portal.scilifelab.se/genomics/) in Stockholm, Sweden.
14
14
15
+
### Install for development
16
+
You can setup a demo/development environment using [Vagrant][vagrant] provisioned by [Ansible][ansible].
17
+
18
+
```bash
19
+
$ ansible-galaxy install robinandeer.miniconda
20
+
$ vagrant up && vagrant ssh
21
+
22
+
# [inside virtual machince]
23
+
$ bash /vagrant/provisioning/run-me.sh
24
+
```
25
+
15
26
For a more detailed documentation please go to [the documentation page](http://taca.readthedocs.org/en/latest/).
0 commit comments