Skip to content
This repository has been archived by the owner on Nov 2, 2020. It is now read-only.

Commit

Permalink
docs(README): fix typo of start command
Browse files Browse the repository at this point in the history
closed: #7
  • Loading branch information
Rhilip committed Jan 10, 2020
1 parent 15a2a15 commit 657c71a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

### Perf
- **Component:** View Become a component to perf load time (660c1f1)
- **Tracker:** Reduce Redis Calls for get User and Torrent Info in Tracker (e813435)

### Refactor
- **Entity:** Move Class Torrent,User to namespace App\Entity (7814d88)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ edit in Admin Panel.
If your service is behind the CDN like Cloudflare, You must follow [How do I restore original visitor IP with Nginx?](https://support.cloudflare.com/hc/en-us/articles/200170706-How-do-I-restore-original-visitor-IP-with-Nginx)
So that tracker can record the peer's ip address.
7. Use the default `php bin/console service start -d` to let *RidPT* RUN in the background. Or you can use other daemon work like:
7. Use the default `php bin/console server start -d` to let *RidPT* RUN in the background. Or you can use other daemon work like:
- Systemctl: [ridpt.service](migration/ridpt.service)
## Basie Environment Setting in `.env`
Expand Down

0 comments on commit 657c71a

Please sign in to comment.