Skip to content

Commit

Permalink
📓 Updated Authentication doc
Browse files Browse the repository at this point in the history
Amended paths to remove the old "New" paths.
  • Loading branch information
leekelleher committed Mar 19, 2024
1 parent 1e29cd2 commit 42a271a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ There are two ways to use this:
1. Checkout the `v14/dev` branch of [Umbraco-CMS](https://github.com/umbraco/Umbraco-cms/tree/v14/dev)
2. Run `git submodule update --init` to initialize and pull down the backoffice repository
1. If you are using a Git GUI client, you might need to do this manually
3. Go to src/Umbraco.Web.UI.New or switch default startup project to "Umbraco.Web.UI.New"
3. Go to src/Umbraco.Web.UI or switch default startup project to "Umbraco.Web.UI"
4. Start the backend server: `dotnet run` or run the project from your IDE
5. Access https://localhost:44339/umbraco and complete the installation of Umbraco
6. You should see the log in screen after installation
Expand All @@ -28,7 +28,7 @@ There are two ways to use this:
### Running with Vite

1. Perform steps 1 to 5 from before
2. Open this file in an editor: `src/Umbraco.Web.UI.New/appsettings.Development.json`
2. Open this file in an editor: `src/Umbraco.Web.UI/appsettings.Development.json`
3. Add this to the Umbraco.CMS section to override the backoffice host:

```json
Expand Down

0 comments on commit 42a271a

Please sign in to comment.