You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-7Lines changed: 14 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,19 +52,26 @@ Find the latest release in the Releases tab and download a package (I generally
52
52
* a folder called **static** with a few .js files, a few .json files, and a .css file.
53
53
54
54
### step four: dry-run the server
55
-
* Open a command line interface and navigate to the folder containing `app.py`, then run `flask run`.
56
-
* On the same device, in a browser, navigate to `localhost:5000/`.
57
-
* You should see the home page pop up!
55
+
1. Open a command line interface and navigate to the folder containing `app.py`, then run `flask run`.
56
+
2. On the same device, in a browser, navigate to `localhost:5000/`.
57
+
3. You should see the login page pop up!
58
58
59
-
### step five: configure the server as an AREDN service
59
+
### step five: configure for current incident
60
+
1. Log in as username "BOOTSTRAP\_ADMIN" with password "bootstrapbill". This login is the default bootstrap user (if you know how, I'd recommend changing the password. Look for BOOTSTRAP\_ADMIN's definition in `app.py` and change the text inside `generate_password_hash`).
61
+
2. The system will then take you a page where you can register the first admin user. This step is not required but is **highly recommended**, as the bootstrap admin is active until the first admin user is created. Fill out the callsign(required) and name (recommended) fields and make sure the "active" checkbox is checked, then change the permissions dropdown to "admin" and enter a password. **Remember your password, because you won't be able to get it back.** (It is possible to change the password, but this method is beyond the scope of this document.) Submit the form.
62
+
3. The system will take you to the login page again. Log in as the user you just created.
63
+
4. The system will take you to the homepage. Congrats, your system is set up!
64
+
65
+
### step six: configure the server as an AREDN service
60
66
(help wanted! I haven't done this before at the time of writing. instructions would be great.)
61
67
62
68
---
63
69
64
70
## during a deployment
65
-
* Run the server with `flask run --host 0.0.0.0`
66
-
* Plug the server into the AREDN node
67
-
* All good to go!
71
+
1. Run the server with `flask run --host 0.0.0.0`
72
+
2. Plug the server into the AREDN node
73
+
3. Access the webpage and configure user accounts and settings (located in the control panel)
0 commit comments