- Compatible XF 2.x versions
- 2.0
- Additional requirements
- Docker, Docker Compose
- License
- MIT
- Visible branding
- No
A docker container intended for development within XenForo.
Install:
1. Copy
2. Edit your config.php to change the database details to the ones in the FAQ page
3. Run docker-compose up
4. Open your browser to localhost:8585 and run the XenForo install script (if you don't have an existing config.php file just enter the details from the FAQ page into the install process).
Starting the docker containers:
Running XenForo SSH commands:
These containers are NOT meant to be used in a production environment.
Install:
1. Copy
docker-compose.yml
and the docker
into your xenforo root directory2. Edit your config.php to change the database details to the ones in the FAQ page
3. Run docker-compose up
4. Open your browser to localhost:8585 and run the XenForo install script (if you don't have an existing config.php file just enter the details from the FAQ page into the install process).
Starting the docker containers:
docker-compose up
Running XenForo SSH commands:
docker-compose execute xf2-php-fpm php cmd.php ...
These containers are NOT meant to be used in a production environment.