0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00
ohmyzsh/plugins/apache2-macports/README.md

22 lines
735 B
Markdown
Raw Normal View History

# apache2-macports plugin
2015-05-08 23:42:26 +02:00
Enables aliases to control a local Apache2 installed via [MacPorts](https://www.macports.org/).
2015-05-08 23:42:26 +02:00
To use it, add `apache2-macports` to the plugins array in your zshrc file:
2015-05-08 23:42:26 +02:00
```zsh
plugins=(... apache2-macports)
```
2015-05-08 23:42:26 +02:00
## Aliases
2015-05-08 23:42:26 +02:00
| Alias | Function | Description |
|----------------|-----------------------------------------|-----------------------|
| apache2restart | `sudo /path/to/apache2.wrapper restart` | Restart apache daemon |
| apache2start | `sudo /path/to/apache2.wrapper start` | Start apache daemon |
| apache2stop | `sudo /path/to/apache2.wrapper stop` | Stop apache daemon |
2015-05-08 23:42:26 +02:00
## Contributors
2015-05-08 23:42:26 +02:00
- Alexander Rinass (alex@rinass.net)