Revision a9a446ab

b/docs/source/index.rst
59 59

  
60 60
    apt-get install snf-cloudcms
61 61

  
62
Change settings in ``/etc/synnefo/20-snf-cloudcms-settings.conf`` to match your
62
Change settings in ``/etc/synnefo/20-snf-cloudcms-*.conf`` to match your
63 63
deployment needs.
64 64

  
65 65

  
......
88 88
            "pk": 1, 
89 89
            "model": "sites.site", 
90 90
            "fields": {
91
                "domain": "okeanos.cloud.grnet.gr", 
92
                "name": "okeanos.cloud.grnet.gr"
91
                "domain": "okeanos.grnet.gr", 
92
                "name": "okeanos.grnet.gr"
93 93
            }
94 94
        }, 
95
        {
96
            "pk": 2, 
97
            "model": "sites.site", 
98
            "fields": {
99
                "domain": "pithos.cloud.grnet.gr", 
100
                "name": "pithos.cloud.grnet.gr"
101
            }
102
        }
103 95
    ]
104 96

  
105 97
and load the fixtures in your db using:: 
......
123 115
the above command on ``http://<deployment-domain>/cmsmanage/`` url and start
124 116
editing the content of your cms.
125 117

  
118
.. note::
119
    If you want snf-webproject to server django admin files set 
120
    ``ADMIN_MEDIA_PREFIX=/static/admin_media`` in your settings and link
121
    django admin media directory (/usr/share/pyshared/django/contrib/admin/media/) 
122
    as /usr/share/synnefo/static/admin_media.
123

  
124

  
126 125
Indices and tables
127 126
==================
128 127

  

Also available in: Unified diff