master
Kaitlyn Parkhurst 3 years ago
parent 488b1a9cf5
commit 45fb44dd8c
  1. 33
      README.md

@ -26,8 +26,16 @@ MyJekyllBlog comes with a complete set of ansible roles to automate the installa
2. [Running The Installation With Ansible](#running-the-installation-with-ansible) 2. [Running The Installation With Ansible](#running-the-installation-with-ansible)
3. [Configure The Panel](#configure-the-panel) 3. [Configure The Panel](#configure-the-panel)
4. [Configure The Store](#configure-the-store) 4. [Configure The Store](#configure-the-store)
3. [Development Guide](#development-guide) 3. [Operations Guide](#operations-guide)
4. [Operations Guide](#operations-guide) 1. [How to perform a system backup](#how-to-perform-a-system-backup)
2. [How to perform a system restore](#how-to-perform-a-system-restore)
4. [Development Guide](#development-guide)
1. [Enable Development Mode](#enable-development-mode)
1. [Working on the web panel](#working-on-the-web-panel)
1. [Working on the database model](#working on the database model)
1. [Working on the ssl certificates](#working-on-the-ssl-certificates)
1. [Working on the build and deploy process](#)
1. [Working on the nginx web servers](#)
@ -266,6 +274,27 @@ Now that the `panel_config.jekyll_init_repo` repository exists, we should be rea
4. Delete a post 4. Delete a post
## Operations Guide
### How to perform a system backup
### How to perform a system restore
## Development Guide
### Working on the web panel
### Working on the database models
### Working on the ssl certificates
### Working on the build and deploy process
### Working on the nginx web servers
## Development Guide ## Development Guide
### MJB::Web Panel Development ### MJB::Web Panel Development

Loading…
Cancel
Save