Skip to content

Commit

Permalink
Updated INSTALL
Browse files Browse the repository at this point in the history
  • Loading branch information
andersevenrud committed Jan 24, 2016
1 parent 3dca6f6 commit 13337f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ You can install [node supervisor](https://github.com/petruisfan/node-supervisor)

You can start a server manually with `(cd dist; php -S 0.0.0.0:8000 ../src/server/php/server.php)` or look below for webserver alternatives.

If you have a "webhost" (or "webhotel") with ex. cPanel without shell access (or no node support), you can run OS.js, but has to be built on another computer, then transfered over to the target machine. The only downside here is that you'd have to run from /OS.js/dist/ without doing modifications to the setup (if you don't have access to mod_rewrite to create proxy rules).
If you have a "webhost" (or "webhotel") with ex. cPanel without shell access (or no node support), you can run OS.js, but has to be built on another computer, then transfered over to the target machine. The only downside here is that you'd have to run from /OS.js/dist/ without doing modifications to the setup (if you don't have access to mod_rewrite to create proxy rules). You can find more info on this [here](https://github.com/os-js/OS.js/blob/master/doc/cpanel-host.md).

*By default PHP uses 'dist' as the default root*

Expand Down

0 comments on commit 13337f6

Please sign in to comment.