PixelogicDev / FocusBlock

Be The Most Productive Version Of You. FocusBlock is here to help you stay on track with your tasks.
https://focusblock.stream
21 stars 2 forks source link

Fix my issue for Docker Images #26

Closed unixhelden closed 6 years ago

unixhelden commented 6 years ago

25

Tried to fix another bug and had problems getting everything up and running. Took the Time to provide Docker setup for Development. Bug Fix for the requested Patch on Discord will follow.

Greetings, your Streamtroll :)

unixhelden commented 6 years ago

Hi Alec, i rebased onto release-1.0.1.

Yes, if you do not change your .ENV for Backend it will propably break. I changed the Readme.md to reflect this.

Local Test: Checkout my fork :) Have Docker installed and run docker-compose up in the Project Dir. After success you should be able to see a working Focus Block running on http://localhost:80

Database Files should reside in MongoDB/*. I have excluded node_modules, they will be generated in the containers. Because it seems like the Frontend uses a OS specific Version of a Sass Compiler. So if you run npm -i on your main Desktop it will not work in the Container.