Changeset 787

Show
Ignore:
Timestamp:
05/15/09 22:15:14 (1 year ago)
Author:
whit
Message:

small change to make port number assignable

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • website/README.txt

    r633 r787  
    9393one from the website environment:: 
    9494 
    95     (GeoExtSite)you@prompt:~/GeoExtSite$ bin/paster serve etc/dev.ini port=8080 
     95    (GeoExtSite)you@prompt:~/GeoExtSite$ bin/paster serve etc/dev.ini http_port=8080 
    9696 
    9797Then surf to : 
  • website/etc/dev.ini

    r631 r787  
    22use = egg:Paste#http 
    33host = 127.0.0.1 
    4 port = %(port) 
     4port = %(http_port)s 
    55 
    66[composite:main]