Skip to content

Commit

Permalink
Fix issue ExpediaGroup#461, incorrect information in docs/developer-g…
Browse files Browse the repository at this point in the history
…uide.md.
  • Loading branch information
mikkokar committed Sep 24, 2019
1 parent d1f8baf commit 0713491
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/developer-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,18 @@ Let's unzip this file:

Now, start the styx server:

$ ./styx-test/bin/startup
$ APP_originsFile=`pwd`/styx-test/styx/conf/origins.yml ./styx-test/styx/bin/startup
Running Styx startup...
...
/plenty of output/
...


Note `APP_originsFile` specifies a Styx origins file path. It substitutes a placeholder
in the default server configuration file `styx-test/styx/conf/default.yml`. Normally
you would just specify the path in a server configuration itself, either as an absolute
path, or a path relative to the Styx server working directory. But for now we'll just pass
it in to start the server from your project working directory.

Finally you will see:

INFO 2017-10-13 14:56:24 [c.h.s.s.n.NettyServer] [Admin-Boss-0-Thread] - server connector class com.hotels.styx.server.netty.WebServerConnectorFactory$WebServerConnector bound successfully on port 9000
Expand Down

0 comments on commit 0713491

Please sign in to comment.