OrderOfTheBee / addons

Honeycomb of the greatest addons
15 stars 4 forks source link

Testing localy and deploy to Demo server? #3

Open shazada opened 10 years ago

shazada commented 10 years ago

Do we have a server to deploy to?

Sure we'll do the testing locally, but it's nice to have a Demo server with all the addons installed so the OOTB Edition can be seen and be played with.

Probably we'll need to clean the Demo server weekly so nobody will use it as a free cloud.

AFaust commented 10 years ago

When we talk about hosting the OOTB edition, then this issue would belong to https://github.com/OrderOfTheBee/distro instead of in here. But we should definitely align the tooling used for addons testing with the OOTB edition. Martin was already talking about some kind of chef/puppet/vagrant/whatever template/config to have a reproducible environment. I very much would like to be able to create a local environment with the addons I want to test that is similar in nature to what we may use as a common test / demo server (when we end up having any servers).

shazada commented 10 years ago

Sure, I wasn't really sure if it was brought up. Locally testing has to be done. I've had good experience with puppet, but I'll leave that to the Distro Team.

marsbard commented 10 years ago

@shazada since you have some puppet experience I would appreciate it if you could take a look over what I have done at https://github.com/marsbard/ootb-allinone-mysql and perhaps walk me through any obvious optimisations or improvements as it's my first time using puppet.

shazada commented 10 years ago

Sure why not, I'll take a look at it. I've only used puppet once, so am no guru in it :).

marsbard commented 10 years ago

FYI I have forked it here https://github.com/OrderOfTheBee/ootb-allinone-mysql and future development will take place in the new location only.