Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
Rephrease
Browse files Browse the repository at this point in the history
  • Loading branch information
phenaproxima committed Aug 7, 2024
1 parent 3bb25bc commit 80dae19
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,22 +101,8 @@ Several formal work tracks have been defined for Starshot; [see the relevant iss

## Known issues & workarounds

### Error: unknown command "quick-start" for "ddev"

If you see an error like below and have already installed `starshot` before, you will need to use a different name for your directory since ddev can't have two projects with the same name.

```
$ ddev quick-start
Error: unknown command "quick-start" for "ddev"
Run 'ddev --help' for usage.
```

The workaround is to use something unique, e.g.

```
git clone https://github.com/phenaproxima/starshot-prototype.git starshot2
cd starshot2 && ddev quick-start
```
### `Error: unknown command "quick-start" for "ddev"`
If you see an error like this, you probably previously installed Starshot with DDEV in another directory with the same name as the current one. DDEV can't have two projects with the same directory name, so change the directory name to something unique and try `ddev quick-start` again.

### Server timeout
Some users might experience a timeout after logging into Starshot, particularly when the PHP web server remains idle for some time.
Expand Down

0 comments on commit 80dae19

Please sign in to comment.