Revision 4982e316 snf-app/docs/src/deployment.rst

b/snf-app/docs/src/deployment.rst
125 125
  server will serve all static files (js/css) required by Synnefo web frontend to 
126 126
  run.
127 127
* Change ``MEDIA_ROOT`` value in your settings to point to that directory.
128
* Run the following command which will create symlinks of static files in
129
  that directory::
130
    
128
* Run the following command::
129

  
131 130
    $ synnefo-manage link_static
132 131

  
132
  the command will create symlinks of the appropriate static files inside the choosen 
133
  directory.
134

  
133 135

  
134 136
Using Apache
135 137
************
......
148 150
run the fcgi server::
149 151

  
150 152
    $ synnefo-manage runfcgi host=127.0.0.1 port=8015
153

  
154

  
155
Console scripts
156
---------------
157

  
158
synnefo-manage
159
**************
160

  
161
synnefo-dispatcher
162
******************
163

  
164
synnefo-admin
165
*************
166

  
167
synnefo-cloud
168
*************
169

  
170
synnefo-burnin
171
**************

Also available in: Unified diff