Skip to content

Repository to contain files needed to create a Docker dev environment for Sagacity

License

Notifications You must be signed in to change notification settings

cyberperspectives/sagacity-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

sagacity-docker

Repository to contain files needed to create a Docker dev environment for Sagacity. To use this simply download or clone this repo to your local path, then download or clone https://github.com/cyberperspectives/sagacity in a subdirectory. Then opening a terminal/command prompt, navigate to this directory and type docker-compose up to create and start the required docker containers.

sagacity

  • docker-compose.yml
  • sagacity
    • Dockerfile
    • {code}

The last thing to do is navigate to "http://localhost" to view the setup. Docker will create a MySQL 5.7 server with the root password password, so during setup you will use "db" as the database hostname. If you want to change the password, open the docker-compose.yml file and change the line MYSQL_ROOT_PASSWORD=password with the password you want to use.

About

Repository to contain files needed to create a Docker dev environment for Sagacity

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published