Cryptocurrency trading simulator
Docker LAMP Stack from https://github.com/pnglabz/docker-compose-lamp
- Clone this repository
- Open a shell (git bash, etc.) and navigate to the directory of the cloned project
- Run
docker-compose up -d. - Navigate to the root of the project, then navigate to
bin/init - Run
init.sh - Run
docker exec -it webserver bashto connect to the web server container - Within the web server, navigate to
sqldirectory - Run
createDBs.sh - Exit the web server container using typing
exit