From 635aad0453224ddd4fb4e4085b5bfa1b9a137786 Mon Sep 17 00:00:00 2001 From: Mike McNeil Date: Tue, 23 Mar 2021 01:12:28 -0500 Subject: [PATCH] Update lift instructions for fleetdm.com so that it's not competing with the default port now used by Fleet itself. --- website/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/README.md b/website/README.md index b236d9007..4b24e219e 100644 --- a/website/README.md +++ b/website/README.md @@ -9,14 +9,14 @@ a [Sails v1](https://sailsjs.com) application Run the following commands to test the site locally: -``` sh +```sh npm install -g sails cd website/ npm install -sails lift +sails lift --port=2024 ``` -The site will now be running on http://localhost:1337 +The site will now be running on http://localhost:2024 ### Links