Revision df285bb3 snf-app/docs/src/deployment.rst

b/snf-app/docs/src/deployment.rst
48 48
functions run. It uses Django ORM to connect to the common DB and update the
49 49
state of the system, based on notifications received from the rest of the
50 50
infrastructure, over AMQP.
51
Services: the Synnefo logic dispatcher [``synnefo-dispatcher``]
51
Services: the Synnefo logic dispatcher [``snf-dispatcher``]
52 52

  
53 53

  
54 54
.. _GANETI_NODES:
......
104 104

  
105 105
For the time being The dispatcher must be run by hand::
106 106

  
107
  $ synnefo-dispatcher
107
  $ snf-dispatcher
108 108

  
109 109
The dispatcher should run in at least 2 instances to ensure high
110 110
(actually, increased) availability.
......
127 127
* Change ``MEDIA_ROOT`` value in your settings to point to that directory.
128 128
* Run the following command::
129 129

  
130
    $ synnefo-manage link_static
130
    $ snf-manage link_static
131 131

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

  
150 150
run the fcgi server::
151 151

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

  
154 154

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

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

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

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

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

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

Also available in: Unified diff