From 7e2544f5ba0fabf51d29988e7114120d6650b8d7 Mon Sep 17 00:00:00 2001 From: Michael Olund Date: Tue, 6 Oct 2020 07:51:30 -0700 Subject: [PATCH] Documentation updates --- README.md | 11 +++++---- vue/src/pages/final-filing/FinalFiling.vue | 24 +++++++++---------- .../pages/initial-filing/InitialFiling.vue | 14 +++++------ 3 files changed, 25 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index 74255919..2e9cd6ae 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ The steps in this document assume that you have access to an OpenShift deploymen Prerequesites: * Docker -* Python 3.6 +* Docker Compose +* Python 3.8 To run this project in your development machine, follow these steps: @@ -22,21 +23,21 @@ To run this project in your development machine, follow these steps: 3. Install dependencies: - `pip3.6 install -r requirements.txt` + `pip3.8 install -r requirements.txt` 4. Create an environment settings file by copying `.env.example` to `.env` (`.env` will be ignored by Git) 5. Create a development database: - `python3.6 ./manage.py migrate` + `python3.8 ./manage.py migrate` 6. Load questions from fixtures: - `python3.6 ./manage.py loaddata edivorce/fixtures/Question.json` + `python3.8 ./manage.py loaddata edivorce/fixtures/Question.json` 7. If everything is alright, you should be able to start the Django development server: - `python3.6 ./manage.py runserver 0.0.0.0:8000` + `python3.8 ./manage.py runserver 0.0.0.0:8000` 8. Start up docker containers: diff --git a/vue/src/pages/final-filing/FinalFiling.vue b/vue/src/pages/final-filing/FinalFiling.vue index dc20f00e..d07ab356 100644 --- a/vue/src/pages/final-filing/FinalFiling.vue +++ b/vue/src/pages/final-filing/FinalFiling.vue @@ -2,11 +2,11 @@
- +
- +
@@ -17,19 +17,19 @@ " >
- +
- +
- +
- +
@@ -51,27 +51,27 @@
  • Certificate of Pleadings Form (F36)
  • - +
    - +
    - +
    - +
    - +
    - +
    diff --git a/vue/src/pages/initial-filing/InitialFiling.vue b/vue/src/pages/initial-filing/InitialFiling.vue index 1e8328d3..e6135cac 100644 --- a/vue/src/pages/initial-filing/InitialFiling.vue +++ b/vue/src/pages/initial-filing/InitialFiling.vue @@ -57,11 +57,11 @@
    - +
    - +
    @@ -69,7 +69,7 @@
    - +
    @@ -104,15 +104,15 @@
    - +
    - +
    - +
    @@ -120,7 +120,7 @@
    - +