Skip to content

Latest commit

 

History

History
62 lines (42 loc) · 1.94 KB

README.md

File metadata and controls

62 lines (42 loc) · 1.94 KB

quinnvissak.com

My second attempt at a personal website.

Build Status Maintainability

Technology Stack

Before working on this project, you should be familiar with the following protocols, projects and technologies:

Set Up

Software Prerequisites

Digital Ocean has great tutorials and might help with installing the required technologies. Please have the following installed on your machine:

pip3 install requests

Initial Directus Configuration

Follow the set up guide here.

Launch Project

docker-compose up -d
cat directussqldump.sql | docker exec -i quinnvissakcom_mysql_1 mysql -u directus -pdirectus directus

Navigate to login page in your browser to see the CMS. Log in with email@example.com and d1r3ctu5.

Deployment

npm predeploy
npm deploy

Database

Backup MySQL

docker exec -it quinnvissakcom_mysql_1 mysqldump -u directus -pdirectus directus > directussqldump.sql