SwellRT / swellrt

SwellRT main project. Server, JavaScript and Java clients
http://swellrt.org/
Apache License 2.0
234 stars 34 forks source link

One-click start script #215

Open pablojan opened 7 years ago

pablojan commented 7 years ago

I feel the docker version is very simple and could be made much more simpler if you have docker instructions very specific like spoonfeeding the developer. "Run this and this" "Boom SwellRT is running" . I feel if we could setup some kind of a script that setups everything for the user including:

Pulling images of mongo and swellrt. 
Linking them together and running containers on top of them. 
Asking the user if he wants to bind local folders or not, if he does what folders. 

So people who aren't well versed with docker can make use of SwellRT. Right now people need to know docker to install SwellRT.

prastut commented 7 years ago

I think a bash script would do the job, what do you suggest @pablojan? I can take this up.

pablojan commented 7 years ago

Sure @prastut, a shell script it is ok. ;)