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: docs/Developers/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,8 +40,8 @@ Services will grow over time, we may split up the buildstack menu into subsectio
40
40
*`build.py` file is correct
41
41
* Service allows for changing external WUI port from Build Stack's options menu if service uses a HTTP/S port
42
42
* Use a default password, or allow the user to generate a random password for the service for initial installation. If the service asks to setup an account this can be ignored.
43
-
* Ensure [Default Configs](../Basic_setup/Default-Configs.md) is updated with WUI port and username/password.
44
-
* Must detect port confilicts with other services on [BuildStack](Menu-System.md) Menu.
43
+
* Ensure [Default Configs](../Basic_setup/Default-Configs.md) is updated as required. A helper script (default_ports_md_generator.sh) exists to simplify this.
44
+
* Must detect port conflicts with other services on [BuildStack](Menu-System.md) Menu.
45
45
*`Pre` and `Post` hooks work with no errors.
46
46
* Does not require user to edit config files in order to get the service running.
47
47
* Ensure that your service can be backed up and restored without errors or data loss.
0 commit comments