Fix the description of a user creation in dev mode in README (#8492)
Some checks are pending
CI / build (push) Waiting to run
CI / svelte-check (push) Blocked by required conditions
CI / formatting (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / uitest (push) Waiting to run
CI / uitest-pg (push) Waiting to run
CI / uitest-qms (push) Waiting to run
CI / uitest-workspaces (push) Waiting to run
CI / docker-build (push) Blocked by required conditions
CI / dist-build (push) Blocked by required conditions

Signed-off-by: Anton Alexeyev <alexeyev.anton@gmail.com>
Signed-off-by: utkaka <alexeyev.anton@gmail.com>
This commit is contained in:
Anton Alexeyev 2025-04-25 16:27:34 +07:00 committed by GitHub
parent b09a09c820
commit 56add32de3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1 additions and 29 deletions

View File

@ -160,22 +160,6 @@ sh ./scripts/build.sh
By default, Docker volumes named dev_db, dev_elastic, and dev_files will be created for the MongoDB, Elasticsearch, and MinIO instances.
Before you can begin, you need to create a workspace and an account and associate it with the workspace.
```bash
cd ./tool # dev/tool in the repository root
rushx run-local create-account user1 -p 1234 -f John -l Appleseed # Create account
rushx run-local create-workspace ws1 email:user1 # Create workspace
rushx run-local configure ws1 --list --enable '*' # Enable all modules, even if they are not yet intended to be used by a wide audience
rushx run-local assign-workspace user1 ws1 # Assign user to workspace
```
Alternatively, you can just execute:
```bash
sh ./scripts/create-workspace.sh
```
Add the following line to your /etc/hosts file
```plain
@ -201,13 +185,7 @@ rushx dev-server
Then go to <http://localhost:8080>
Click on "Login with password" link on the bottom of the right panel and use the following login credentials:
```plain
Email: user1
Password: 1234
Workspace: ws1
```
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.
## Update project structure and database

View File

@ -1,5 +0,0 @@
cd ./dev/tool
rushx run-local create-account user1 -p 1234 -f John -l Appleseed # Create account
rushx run-local create-workspace ws1 email:user1
rushx run-local configure ws1 --list --enable '*' # Enable all modules, even if they are not yet intended to be used by a wide audience.
rushx run-local assign-workspace user1 ws1 # Assign workspace to user.

View File

@ -1,3 +1,2 @@
sh ./scripts/presetup-rush.sh
sh ./scripts/build.sh
sh ./scripts/create-workspace.sh