Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

integrate tripal into VM ? #6

Open
hsiaoyi0504 opened this issue Sep 26, 2018 · 4 comments
Open

integrate tripal into VM ? #6

hsiaoyi0504 opened this issue Sep 26, 2018 · 4 comments

Comments

@hsiaoyi0504
Copy link
Member

There is also a vagrant project that produces VM for drupal.
Maybe we can consider do the same thing but for drupal https://github.com/geerlingguy/drupal-vm.

@bradfordcondon
Copy link

The install scripts we have written for docker might be helpful https://github.com/statonlab/docker-containers. they are from centos 7 so i dont know what problems will arise with 6.9 vs 7.

@bradfordcondon
Copy link

bradfordcondon commented Sep 26, 2018

on attractive (to me) option is to plug the existing dockers into this VM.

https://www.vagrantup.com/docs/docker/

So you would define the Tripal Docker, and the Apollo docker, as providers in this file.

I think there are many advantages to doing it this way. The container is more agile/easier to maintain. The Apollo and Tripal containers will continue to be updated, so we wont need to update this VM every time one of the above changes.

@bradfordcondon
Copy link

oops sorry, this is me not knowing anything about vagrant. Apparently you can't have multiple providers at the same time (ie this image from virtual box and the tripal site from docker).

@hsiaoyi0504
Copy link
Member Author

FYI, https://www.vagrantup.com/docs/multi-machine/.

For defining multiple machines, vagrant also has a solution for that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants