|
Use the rails command to create the skeleton for your application
and start the server. Use your assigned v-host IP address (205.205.*.*)
for the -b argument, and the port number 8080:
$ rails www/my-app
$ cd www/my-app
$ ruby script/server -b 205.205.x.x -p 8080
You can now connect to http://205.205.x.x:8080 using your browser.
This is a temporary URL, please use it for configuration/test purposes only.
We do not manage/prioritize traffic to port 8080 so it is not guaranteed to
be fast.
Note that script/server should be used only for testing purposes,
it is not a production web server.
|