Skip to content

My second attempt at a personal website

Notifications You must be signed in to change notification settings

qvissak/quinnvissak.com

Repository files navigation

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

About

My second attempt at a personal website

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published