Joomla things
This repository has been archived on 2024-08-08. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2023-05-20 16:06:24 -07:00
bin works to a full install 2023-05-20 16:06:24 -07:00
html Script creates a gitea repo if provided 2023-05-20 09:54:23 -07:00
docker-compose.yml docker-compose and env working 2023-05-19 20:51:10 -07:00
env.sample works to a full install 2023-05-20 16:06:24 -07:00
README.md works to a full install 2023-05-20 16:06:24 -07:00

Joomla

Joomla CMS.

Make sure the projectName is set correctly, it's very important.

  1. Clone me git clone git@git.nickyeoman.com:nick/joomla.git projectName
  2. cd projectName
  3. Setup your .env file mv env.sample .env then edit with your favorite editor.
  4. Prepare your project for git bash bin/new_project.sh
  5. Run the containers to initialize sudo bash bin/docker_up.sh
  6. Prepare the installer bash bin/setup_joomla_installer.sh
  7. Go to http://localhost:8000 and follow the installation steps
  8. Manually set Site Meta Description in Administrator
  9. Run sudo bash bin/finalize.sh