Skip to content

Commit

Permalink
Merge pull request amplify-edge#106 from joe-getcouragenow/master
Browse files Browse the repository at this point in the history
docs
  • Loading branch information
joe-getcouragenow authored Jan 25, 2021
2 parents 5533b02 + 2499025 commit 1ff9e40
Showing 1 changed file with 24 additions and 20 deletions.
44 changes: 24 additions & 20 deletions doc/user-walkthrough.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,54 +77,54 @@ After you have played with the Live demo, you should move on to "Running it loca

## Provisioning locally

Running Booty, CLi and Server locally is a good way to check everything works before you Deploy to the Server.
Running Booty, Cli and Server locally is a good way to check everything works before you Deploy to a real Server.

You should make a folder on your laptop Or copy an example project:
- org-y is all machine generated: https://github.com/getcouragenow/main/tree/master/deploy/projects/org-y
- org-x is hand customise: https://github.com/getcouragenow/main/tree/master/deploy/projects/org-x
Copy the existing Org-x project: https://github.com/getcouragenow/main/tree/master/deploy/projects/org-x

Follwo these steps:

Follow these steps:

0. Install the booty tools

- TODO: booty commands ( joe ? )

Now you have the various tools installed that booty needs.
- TODO: Might as well use caddy too locally..

1. Start the server. It is hardcoded with a super admin of:
- username: [email protected]
- password: superadmin
- Now you have the various tools installed that booty needs.

- TODO: server command
1. Use booty to make a SSL local cert for the Server

Because it has no config it will error at http://127.0.0.1:80
- TODO: booty commands ( alex ? )

2. Use booty to make a SSL local cert
- Now try: https://127.0.0.1:443

- TODO: booty commands ( alex ? )
1. Start the server. It is hardcoded with a super admin of:

Now try: https://127.0.0.1:443
- username: [email protected]
- password: superadmin

- TODO: server command

- Because it has no config it will error at http://127.0.0.1:80

3. Edit your config using booty tools, and upload it to the server.

- TODO: booty commands ( alex ? )

- TODO: CLI commands to upload the config.

Now you must restart the Server for the config to be seen by the Server.
- Now you must restart the Server for the config to be seen by the Server.

When the config is applied, you can test the for email, works by ?? Alex ?
- When the config is applied, you can test the for email, works by ?? Alex ?


4. Edit the bootstrap using booty tools, and upload it to the server.

-TODO: Description of what bits to edit...
- TODO: Description of what bits to edit...

- TODO: Booty commands ( alex ? )


After you have gotten it running locally, you should move on to "Deploy local to Server".
- After you have gotten it running locally, you should move on to "Provisioning remotely".

## Provisioning remotely

Expand All @@ -138,4 +138,8 @@ SSH to your Server so you can install the binary:
- Install systemd
- start it

Now locally, just follow the same steps from Step 2 onwards.
Now locally, just follow the same steps from Step 0 onwards.

Highlight anything different. Caddy for exmaple and SSL Certs..


0 comments on commit 1ff9e40

Please sign in to comment.