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.
joomla/README.md

17 lines
674 B
Markdown
Raw Normal View History

2023-05-19 20:30:39 -07:00
# Joomla
Joomla CMS.
2023-05-20 02:01:52 -07:00
Make sure the projectName is set correctly, it's very important.
1. Clone me ```git clone git@git.nickyeoman.com:nick/joomla.git projectName```
2023-05-20 02:01:52 -07:00
1. cd projectName
1. Setup your .env file ```mv env.sample .env``` then edit with your favorite editor.
2023-05-20 13:37:56 -07:00
1. Prepare your project for git ```bash bin/new_project.sh```
1. Run the containers to initialize ```sudo bash bin/docker_up.sh```
1. Prepare the installer ```bash bin/setup_joomla_installer.sh```
2023-05-20 16:06:24 -07:00
1. Go to ```http://localhost:8000``` and follow the installation steps
1. Manually set Site Meta Description in [Administrator](http://localhost:8000/administrator)
1. Run ```sudo bash bin/finalize.sh```
2023-05-20 13:37:56 -07:00