Revision 0c40b4ac

b/docs/quick-install-admin-guide.rst
49 49
To be able to download all synnefo components you need to add the following
50 50
lines in your ``/etc/apt/sources.list`` file:
51 51

  
52
| ``deb http://apt.dev.grnet.gr squeeze main``
53
| ``deb-src http://apt.dev.grnet.gr squeeze main``
52
| ``deb http://apt.okeanos.grnet.gr squeeze main``
53
| ``deb-src http://apt.okeanos.grnet.gr squeeze main``
54 54

  
55
| ``deb http://apt.noc.grnet.gr experimental main``
56
| ``deb-src http://apt.noc.grnet.gr experimental main``
57

  
58
| ``deb http://apt.noc.grnet.gr squeeze backports``
59
| ``deb-src http://apt.noc.grnet.gr squeeze backports``
55
| ``deb http://apt.okeanos.grnet.gr squeeze backports``
56
| ``deb-src http://apt.okeanos.grnet.gr squeeze backports``
60 57

  
61 58
You also need a shared directory visible by both nodes. Pithos+ will save all
62 59
data inside this directory. By 'all data', we mean files, images, and pithos
......
166 163
    ),
167 164
   }
168 165

  
169
!!! Warning: Do NOT start the server yet, because it won't find the
166
.. warning:: Do NOT start the server yet, because it won't find the
170 167
``synnefo.settings`` module. We will start the server after successful
171 168
installation of astakos. If the server is running:
172 169

  
......
241 238
   # a2enmod headers
242 239
   # a2enmod proxy_http
243 240

  
244
!!! Warning: Do NOT start/restart the server yet. If the server is running:
241
.. warning:: Do NOT start/restart the server yet. If the server is running:
245 242

  
246 243
.. code-block:: console
247 244

  
......
321 318
    ),
322 319
   }
323 320

  
324
!!! Warning: Do NOT start the server yet, because it won't find the
321
.. warning:: Do NOT start the server yet, because it won't find the
325 322
``synnefo.settings`` module. We will start the server after successful
326 323
installation of astakos. If the server is running:
327 324

  
......
392 389
   # a2enmod headers
393 390
   # a2enmod proxy_http
394 391

  
395
!!! Warning: Do NOT start/restart the server yet. If the server is running:
392
.. warning:: Do NOT start/restart the server yet. If the server is running:
396 393

  
397 394
.. code-block:: console
398 395

  

Also available in: Unified diff