Skip to content

Commit

Permalink
Merge pull request #411 from humanmade/backport-410-to-v12-branch
Browse files Browse the repository at this point in the history
[Backport v12-branch] Replace composer serve with correct invocation
  • Loading branch information
kovshenin authored Aug 10, 2022
2 parents 5ea4892 + c17b393 commit 4005ed6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions other-docs/getting-started/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Local Server requires [Docker Desktop for Mac or Windows](https://www.docker.com
To set up Local Server for Altis, run the following inside your project's directory:

```
composer serve
composer server start
```

This will download and start all the services needed for Altis development.
Expand All @@ -84,7 +84,7 @@ If you used a directory name other than `my-project` the default URL will be `ht

To stop Local Server, run `composer server stop`.

To start the virtual machine again run `composer serve`.
To start the virtual machine again run `composer server start`.

### Docker alternative

Expand Down
2 changes: 1 addition & 1 deletion other-docs/guides/migrating/from-hm-platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ To install the [Docker development environment](docs://local-server/README.md) r
composer require --dev altis/local-server
```

To start the docker server run `composer serve`. You should now be able to see the site at https://my-project.altis.dev where "my-project" is the project directory name.
To start the docker server run `composer server start`. You should now be able to see the site at https://my-project.altis.dev where "my-project" is the project directory name.

### Docker alternative

Expand Down

0 comments on commit 4005ed6

Please sign in to comment.