Skip to content

Commit

Permalink
Force using latest release of XP for a new sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
alansemenov committed Jan 17, 2024
1 parent 084d746 commit 6de1165
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ TIP: To upgrade, use `enonic latest`. If there are new versions you will see ins

. A sandbox is a local development instance running on a specific version of Enonic XP. Create a sandbox called `mysandbox` by running this command in your terminal:

enonic sandbox create mysandbox -t essentials
enonic sandbox create mysandbox -t essentials -f

Accept using the most recent release of Enonic XP when prompted.
NOTE: `-f` flag will force using the most recent release of Enonic XP.

Start the sandbox with this command:

enonic sandbox start mysandbox --dev

TIP: Dev mode will automatically load changes in your code while you are developing.
NOTE: Dev mode will automatically load changes in your code while you are developing.

image::sandbox-start.gif["Booting the sandbox in the terminal", width="1024px"]

Expand Down

0 comments on commit 6de1165

Please sign in to comment.