Skip to content

Commit c7ce5be

Browse files
authored
Remove add new user section and link to external guide
1 parent c67b338 commit c7ce5be

File tree

1 file changed

+1
-41
lines changed

1 file changed

+1
-41
lines changed

developing/basics.md

Lines changed: 1 addition & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -55,47 +55,7 @@ The password for the Hello Robot account is printed on the welcome sheet include
5555

5656
#### Adding New Users
5757

58-
If you're sharing Stretch with other developers, it's a good idea to make an account for yourself and your team members. Your code and data will be password protected in your own account, and other developers can change or upgrade their own Stretch SDK without affecting yours and accidentally breaking your code.
59-
60-
!!! warning
61-
62-
User accounts cannot completely insulate your account from changes in another. For example, if the robot's tool was changed, your account would have an outdated configuration for what tool is attached to the robot. A non-exhaustive list of changes that could break/affect accounts:
63-
64-
- Making hardware changes to the robot
65-
- Updating the firmware
66-
- Installing/changing [APT packages](#apt-package-manager)
67-
68-
Start by logging into the admin Hello Robot user. Go to Users system settings and unlock adminstrator actions.
69-
70-
![unlock users](./images/unlock_users.png)
71-
72-
Click "Add User..." and complete the subsequent form.
73-
74-
![new user form](./images/adding_new_user.png)
75-
76-
Log out and back in as the new user. Open a terminal and execute the following to pull down the Stretch Install repository:
77-
78-
```{.bash .shell-prompt .copy}
79-
git clone https://github.com/hello-robot/stretch_install ~/stretch_install
80-
```
81-
82-
Make sure it's up-to-date:
83-
84-
```{.bash .shell-prompt .copy}
85-
cd ~/stretch_install && git pull
86-
```
87-
88-
Run the new user install script to set up the SDK for this new account:
89-
90-
```{.bash .shell-prompt .copy}
91-
./stretch_new_user_install.sh
92-
```
93-
94-
Finally, reboot the robot and run a system check in the new user account to confirm if everything was set up correctly.
95-
96-
```{.bash .shell-prompt .copy}
97-
stretch_robot_system_check.py
98-
```
58+
If you're sharing Stretch with other developers, it can be helpful to create separate accounts for yourself and your team members. Check out the [Adding a New User](https://docs.hello-robot.com/0.3/installation/add_new_user/) guide.
9959

10060
## Where Files Live
10161

0 commit comments

Comments
 (0)