|
пре 8 година | |
---|---|---|
backend | пре 8 година | |
frontend | пре 8 година | |
.editorconfig | пре 8 година | |
.gitignore | пре 8 година | |
LICENCE | пре 8 година | |
README.md | пре 8 година | |
docker-compose.yml | пре 8 година |
Musare in NodeJS, Express, SocketIO and VueJS.
Once you've installed the required tools:
git clone https://github.com/MusareNode/MusareNode.git
cd MusareNode
cp backend/config/template.json backend/config/default.json
The
secret
key can be whatever. It's used by express's session module. Theapis.youtube.key
value can be obtained by setting up a YouTube API Key.
docker-compose build
docker-compose up
This will ensure that the services we've created start up correctly.
Once this is done you should be able to access Musare in your local browser at localhost.
If you are using Docker ToolBox, you will access Musare at 192.168.99.100
instead of localhost
or 127.0.0.1
.