This repository has been archived on 2024-08-09 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
2e56d220d362be494c6beee08e558f6e0fa89e81
Joomla
Joomla CMS.
Make sure the projectName is set correctly, it's very important, because it's used for git, docker, mysql and joomla.
Installation
- Clone me
git clone git@git.nickyeoman.com:nick/joomla.git projectName - cd projectName
- Setup your .env file
mv env.sample .envthen edit with your favorite editor. - Prepare your project for git
bash bin/new_project.sh - Run the containers to initialize
sudo bash bin/docker_up.sh - cli installer
bash bin/setup_joomla_installer.sh - Manually set Site Meta Description in Administrator
- Run
sudo bash bin/finalize.sh
Working Environment
Let's update our bash_profile with some alias:
alias joomla='docker-compose exec -u www-data joomla php cli/joomla.php'
Allowing you to just run commands like this: joomla core:check-updates
References
Description
Languages
Shell
100%