mirror of
https://github.com/hcengineering/platform.git
synced 2025-03-14 10:09:59 +00:00
uberf-9394: adjust readme to account changes (#8030)
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
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: Alexey Zinoviev <alexey.zinoviev@xored.com>
This commit is contained in:
parent
8022d642b4
commit
7e0b60ee0c
@ -134,12 +134,10 @@ Before you can begin, you need to create a workspace and an account and associat
|
||||
|
||||
```bash
|
||||
cd ./tool # dev/tool in the repository root
|
||||
rushx run-local create-workspace ws1 -w DevWorkspace # Create workspace
|
||||
rushx run-local create-account user1 -p 1234 -f John -l Appleseed # Create account
|
||||
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.
|
||||
rushx run-local confirm-email user1 # To allow the creation of additional test workspaces.
|
||||
|
||||
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:
|
||||
|
@ -1,6 +1,5 @@
|
||||
cd ./dev/tool
|
||||
rushx run-local create-workspace ws1 -w DevWorkspace # Create workspace
|
||||
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.
|
||||
rushx run-local confirm-email user1 # To allow the creation of additional test workspaces.
|
Loading…
Reference in New Issue
Block a user