Skip to content

Commit 56add32

Browse files
authored
Fix the description of a user creation in dev mode in README (#8492)
Signed-off-by: Anton Alexeyev <[email protected]> Signed-off-by: utkaka <[email protected]>
1 parent b09a09c commit 56add32

File tree

3 files changed

+1
-29
lines changed

3 files changed

+1
-29
lines changed

README.md

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -160,22 +160,6 @@ sh ./scripts/build.sh
160160

161161
By default, Docker volumes named dev_db, dev_elastic, and dev_files will be created for the MongoDB, Elasticsearch, and MinIO instances.
162162

163-
Before you can begin, you need to create a workspace and an account and associate it with the workspace.
164-
165-
```bash
166-
cd ./tool # dev/tool in the repository root
167-
rushx run-local create-account user1 -p 1234 -f John -l Appleseed # Create account
168-
rushx run-local create-workspace ws1 email:user1 # Create workspace
169-
rushx run-local configure ws1 --list --enable '*' # Enable all modules, even if they are not yet intended to be used by a wide audience
170-
rushx run-local assign-workspace user1 ws1 # Assign user to workspace
171-
```
172-
173-
Alternatively, you can just execute:
174-
175-
```bash
176-
sh ./scripts/create-workspace.sh
177-
```
178-
179163
Add the following line to your /etc/hosts file
180164

181165
```plain
@@ -201,13 +185,7 @@ rushx dev-server
201185

202186
Then go to <http://localhost:8080>
203187

204-
Click on "Login with password" link on the bottom of the right panel and use the following login credentials:
205-
206-
```plain
207-
Email: user1
208-
Password: 1234
209-
Workspace: ws1
210-
```
188+
Select "Sign up" on the right panel and click the "Sign up with password" link at the bottom. Enter the new user's credentials, then proceed to create a workspace for them.
211189

212190
## Update project structure and database
213191

scripts/create-workspace.sh

Lines changed: 0 additions & 5 deletions
This file was deleted.

scripts/fast-start.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
sh ./scripts/presetup-rush.sh
22
sh ./scripts/build.sh
3-
sh ./scripts/create-workspace.sh

0 commit comments

Comments
 (0)