Skip to content

How to access phpmyadmin and create new joomla site #56

Answered by johanjanssens
VanShane asked this question in Q&A
Discussion options

You must be logged in to vote

Hello Shane,

phpMyAdmin

Great to hear that. Joomatools Server comes with additional Docker Compose profiles: https://docs.docker.com/compose/profiles, phpMyAdmin is one such profile. To start it you would do:

docker composer --profile phpmyadmin up

This will start both the joomlatools-server main container and an additional phpmyadmin container, both are setup for you to access the same database, by default data is stored in a Docker volume.

Creating sites

Creating additional sites is done using our Joomlatools Console which comes included. To access it you need to open a shell into the container, using docker exec -it joomlatools-server bash and then you can use joomla

For more info: htt…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@VanShane
Comment options

@johanjanssens
Comment options

Answer selected by johanjanssens
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants