Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pages/02.documentation/02.installation/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ If you are on a Debian system you might also try our `.deb` repository:

```
root@debian:~# echo "deb http://deb.appserver.io/ wheezy main" > /etc/apt/sources.list.d/appserver.list
root@debian:~# wget http://deb.appserver.io/appserver.gpg -O - | apt-key add -
root@debian:~# wget https://deb.appserver.io/appserver.gpg -O - | apt-key add -
root@debian:~# aptitude update
root@debian:~# aptitude install appserver-dist
```
Expand Down Expand Up @@ -130,4 +130,4 @@ Finally, we need to get all dependencies. To do so invoke `sudo composer install
Any self-built environment will lack proper services and init-scripts, as we do offer those for supported operating systems only.
Any script we provide can be found in [our distribution repositories](https://github.com/appserver-io-dist).

Otherwise, start the appserver using the installed `PHP` binaries and the `server.php` script, for example with `/opt/appserver/bin/php /opt/appserver/server.php`.
Otherwise, start the appserver using the installed `PHP` binaries and the `server.php` script, for example with `/opt/appserver/bin/php /opt/appserver/server.php`.