My second attempt at a personal website.
Before working on this project, you should be familiar with the following protocols, projects and technologies:
Digital Ocean has great tutorials and might help with installing the required technologies. Please have the following installed on your machine:
pip3 install requests
Follow the set up guide here.
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
.
npm predeploy
npm deploy
docker exec -it quinnvissakcom_mysql_1 mysqldump -u directus -pdirectus directus > directussqldump.sql