Development

Changeset 14572

You must first sign up to be able to contribute.

Changeset 14572

Show
Ignore:
Timestamp:
01/09/09 11:09:43 (4 years ago)
Author:
domluc
Message:

fix markdown syntax

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfWebServerPlugin/README

    r13612 r14572  
    1 = sfWebServerPlugin = 
     1sfWebServerPlugin 
     2================= 
    23 
    34The `sfWebServerPlugin` packages a mini web server to run symfony locally 
     
    67config or loss much time with apache or other full web server 
    78 
    8 == Installation == 
     9Installation 
     10------------ 
    911 
    10   * Install the plugin 
     12* Install the plugin 
    1113 
    12     {{{ 
    13       symfony plugin:install symfony/sfWebServerPlugin 
    14     }}} 
     14        symfony plugin:install symfony/sfWebServerPlugin 
     15     
    1516 
    16   * Clear the cache 
     17* Clear the cache 
     18     
     19        symfony cache:clear 
     20     
    1721 
    18     {{{ 
    19       symfony cache:clear 
    20     }}} 
    21  
    22 == Documentation == 
     22Documentation 
     23------------- 
    2324 
    2425All classes have full API and usage documentation. The API documentation is available here. 
    2526 
    26 == Start Server ==  
     27Start Server 
     28------------ 
    2729 
    2830Start symfony webserver on port 4000 
    2931 
    30 {{{ 
    31   symfony project:server   
    32 }}} 
     32    symfony project:server   
     33 
    3334 
    3435or specify your prefered port 
    3536 
    36 {{{ 
    37   symfony project:server  -p 8000 
    38 }}} 
     37 
     38    symfony project:server  -p 8000 
     39 
    3940 
    4041for security reasons, you canno't open server in port 80, if you pretend to spread  
    4142your work to internet, you must install a production web server(apache, lighttpd, ...) 
     43