vitorbaptista / shellshare

Live terminal broadcasts
https://shellshare.net
Apache License 2.0
224 stars 23 forks source link

Dockerisation of the server side #60

Closed dpshelio closed 4 years ago

dpshelio commented 4 years ago

And we have a :whale2: !!

It took me a while! I wanted to see how the server runs locally but the newer versions of node were giving me problems. I know very little how node and js works, so maybe there's a way to make it work with a more recent container.

I tried:

Todo:

vitorbaptista commented 4 years ago

Hey @dpshelio, this looks great! Thanks! It moves us much closer to having a "shellshare-in-a-box" :)

I tried running it, but shellshare was unable to connect to Mongo. It should be easy to fix, though. We just need to set the MONGOLAB_URI env variable on the docker-compose.

dpshelio commented 4 years ago

@vitorbaptista Thanks for all your suggestions! I've included them all and added some info in the README.md. I believe this is now ready :tada: - but let me know if there's something else you think I should add.

vitorbaptista commented 4 years ago

@dpshelio Looking great! Thanks :tada: