mattifesto / colby
content management system
v2023.6.0
2024-02-03 16:56 UTC
Requires
- php: ^8.0
- aws/aws-sdk-php: ^3.278
- erusev/parsedown: ^1.7
- swiftmailer/swiftmailer: ^5.4.12
This package is auto-updated.
Last update: 2024-10-24 23:44:31 UTC
README
Colby is a content management system.
To develop and create a test website:
-
step 1:
- start a Docker development environment with this git repository
-
step 2:
- read
initialize_development_environment.sh
- follow instructions
- run
initialize_development_environment.sh
as root
- read
To reset development environment:
-
step 1:
- delete all files in /var/www/html
-
step 2:
- start a terminal session in the MySQL container
- log in to MySQL as root
- drop the
website_database
database - create the
website_database
database