Skip to content

eebersol/Music_room

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Music room

  • STEPS:

    • install docker and docker-machine (you must do your config for the virtualbox) dont forget to eval your vm
    • sh < <(curl "https://gist.githubusercontent.com/smurfy92/b72e24f04a7a96efa262a366c9628175/raw/9d988b733a2cabb54ed339dea17c47e2d6e7a568/42_symlinks") run one time this script to create symslinks on your sgoinfre
    • cp config/config_dev.json config/config.json and add all credentials
    • docker-compose up --build
    • to launch the react-front cd react-front && npm install && npm start (dont forget to install globally react-scripts npm install -g react-scripts)
  • ACCESS THE CONTAINER:

    • docker exec -it c79bf5491c08 /bin/bash