Skip to content
This repository has been archived by the owner on Aug 29, 2022. It is now read-only.

Add Basic Vagrantfile #141

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Add Basic Vagrantfile #141

wants to merge 7 commits into from

Conversation

paulgrove
Copy link

Adds a Vagrantfile to build a debian based vm.

apt-get install -y usbutils
apt-get install -y lirc
apt-get install -y libzmq-dev

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As it's for development purpose we can add here all plugins of the lisa organisation and do a yarn install on them what do you think ? It will speed up full setup and allow others to add easily there own plugins

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree, might we consider using git submodules for the plugins? It's a little used feature and some people don't like it though.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't like it to be honest lol :D even more here because I don't want plugin to be "link" to the main app. I prefer having an array of plugins and iterate on it to clone repos. What do you think?

@@ -0,0 +1 @@
<mxfile userAgent="Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.1.2 Safari/603.3.8" version="7.2.9" editor="www.draw.io" type="device"><diagram id="8c92e61c-5d4b-58e6-bfb7-0b78ab075018" name="Page-1">7Vptb5s6FP41fEwEOBDysc3tukmrFt1UutunyYBDrBqcGeel99dfG2wC2Omi3SRLp1RqZc4xxj7Pw/FzTB0wzXePDK6WTzRFxPHddOeAvxzfn4wm4q80vNaGIIhqQ8ZwWpu8vWGO/0XK6CrrGqeo7HTklBKOV11jQosCJbxjg4zRbbfbgpLuU1cwQ4ZhnkBiWv/BKV/W1sgP9/aPCGdL/WQvVAuOYfKSMbou1PMcHyyqn9qdQz2WWmi5hCndtkzgwQFTRimvW/luiogMrQ5bfd+HA95m3gwV/Kgb1Dw2kKyRnnI1Mf6qg1EtB8kbXAfcb5eYo/kKJtK7FegL25LnRFx5ollyRl/QlBLKqruBW/0IzwIT0rKrsAg7LfgHmGMiufIRkQ3iOIHKoajh+eraNjAkOCuELRFrRsJ5bwZBxWWDGEe7lkkF5RHRHHH2Kroob6DiovjrT9QI2z0bGgyXbSZMlBEqBmbN0HsUREMBYQdlcsPEhgkY90FxDVAAsIDSGP8PKL4ByjODmJTivofdiqGyPDFIYRKheGGClEIULZKrBSkCHZBGrgmSZ3tzwhNgNDIw4hIjEfOXQbKEPBZp9QaSBaRxdDmQxj/PbqhI7+QuLpdNYFnipIo9ZNw0t9HRm6lrgwoAFdHao/f18BQgoR3mX9UsZPubnMQwkFeFCM9XNafqYu87iKRYaYZ4J++gtKNYTGhb0AUW5LSNIQI53nR1jg1O9YQZxWJyDXMaBmjm9FNrSdcsQequtvDoDQT83kBBb6A6BsZAFbuaZR9FOM9M3W8xrqAFuhpeNezZk+mbJpPinHIp1mkGzhDDIkYyY1S93yHXRqNulgLRL3JNbEKdgQL3fFwDBtceKc0EzXx3vkIoWYrG3ezTibehNIzDILQKOj+53m2op7LHF5QKnqkV5rRYmyJOLkeEinyGMSIzWmKOqQxEjtNU9rnXHe5UhBqHAZhODX6dU1byCfkukxX0cEHoVkgUxoe0GMj68jtDCySCKylwQXVxWOGQXgBOyYTQ677pvoUJroUJ/YzwS0yIbky4HiZ4vSIvvCQTzMJ7XtBtTF9PnK7fZ9Xg9bSfZ8PmXPlaj/sHiThPX/S1ml3ZvaniainUpXFb2ekkdyXSzgM9RdZX/8dKOy+6mLRrXph3zEDPMYrQtxlo1LPHMRDcGHgOBpqFLMElHJQcFikkgnADxw+JCNR9ijeimcnmhuIEDRKa56KX9sdMu7VFPLx1023Dc8xjMqssPduGZ1aSFdgrss5wUQ4EmkIbMgvgT5VHLr7qKseUMYGJlGvlDe/DH31A0MH7omfXfmDHO6Y7AxyxHv4TBCI/BqHlRCANUJSObAE8WL3YwD/F2zXuFn22b2xAfwtrR9s/RbTNU+h+Ku3lzT8RgqCPgG8g0KjJkyNglt0VAmtsSWl3RbYmUCQ7dyR+F4xWOzBcrW7Z7I1sFv6+3QuY5drz89ypDkHhi3Xbmn2afnF8MbI7o4S8DofDI8G9nctc4lymd1YLLB/fz3YwA8zSa/9ht0Q/1ojISJqc+vL3k8wXVGaO8gcRr71opJDDGJboljuOzh2jcXi23CEu9//vVFdF+/8pAw//AQ==</diagram></mxfile>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe it will be good to create a folder docs and put it in here with also a png file representing this

@jaumard
Copy link
Member

jaumard commented Nov 14, 2017

Hey @paulgrove what's the status on this ? :)

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

Successfully merging this pull request may close these issues.

2 participants