mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
Update lift instructions for fleetdm.com so that it's not competing with the default port now used by Fleet itself.
This commit is contained in:
parent
b4f0f461c2
commit
635aad0453
6
website/README.md
vendored
6
website/README.md
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user