Revision e542d74b doc/index.md

b/doc/index.md
28 28
NETCONF always) to a router and then ibgp would do the rest. In GRNET’s
29 29
case the flowspec capable device is an EX4200.
30 30

  
31
  **attention**
32

  
33
  Make sure your FoD server has ssh access to your flowspec device.
34

  
35
  **attention**
31
> **attention**
32
>
33
> Make sure your FoD server has ssh access to your flowspec device.
36 34

  
37
  Installation instructions assume a clean Debian Wheezy with Django 1.4
35
> **attention**
36
>
37
> Installation instructions assume a clean Debian Wheezy with Django 1.4
38 38

  
39 39
Contact
40 40
-------
......
100 100
Also, django rest framework package is required. In debian Wheezy it is
101 101
not available, but one can install it via pip.
102 102

  
103
  **note**
104

  
105
  Set username and password for mysql if used
106

  
107
  **note**
103
> **note**
104
>
105
> Set username and password for mysql if used
108 106

  
109
  If you wish to deploy an outgoing mail server, now it is time to do
110
  it. Otherwise you could set FoD to send out mails via a third party
111
  account
107
> **note**
108
>
109
> If you wish to deploy an outgoing mail server, now it is time to do
110
> it. Otherwise you could set FoD to send out mails via a third party
111
> account
112 112

  
113 113
### Create a database
114 114

  
......
136 136
        cd nxpy
137 137
        python setup.py install
138 138

  
139
-   flowspy: core application. Installation is done at /srv/flowspy:
139 140

  
140
- flowspy: core web application. Installation is done at /srv/flowspy::
141 141
        cd /srv
142 142
        git clone https://code.grnet.gr/git/flowspy
143 143
        cd flowspy
......
210 210
not be created. As noted above, you have to create the views that the
211 211
tables will rely on.
212 212

  
213
  **note**
214

  
215
  Soon we will release a version with django-registration as a means to
216
  add users and Shibboleth will become an alternative
213
> **note**
214
>
215
> Soon we will release a version with django-registration as a means to
216
> add users and Shibboleth will become an alternative
217 217

  
218 218
Let’s move on with some copies and dir creations:
219 219

  
......
222 222
    cp urls.py.dist urls.py
223 223
    cd ..
224 224

  
225
  **note**
226

  
227
  LOG\_FILE\_LOCATION in settings.py is set to **/var/log/fod**. Adjust
228
  the chown command above to your selected dir.
225
> **note**
226
>
227
> LOG\_FILE\_LOCATION in settings.py is set to **/var/log/fod**. Adjust
228
> the chown command above to your selected dir.
229 229

  
230 230
System configuration
231 231
====================
......
645 645
modify as required the existing (example.com) Site instance (admin
646 646
home-\>Sites). You are done. As you are logged-in via the admin, there
647 647
is no need to go through Shibboleth at this time. Go to
648
[https:\\/\\/][]\<hostname\>/ and create a new rule. Your rule should be
648
<hostname\> and create a new rule. Your rule should be
649 649
applied on the flowspec capable device after aprox. 10 seconds. If no
650 650
Shibboleth authentication is available, a
651
[https:\\/\\/][]\<hostname\>/altlogin is provided.
651
<hostname\> altlogin is provided.
652 652

  
653 653
Branding
654 654
========
......
680 680
There is a rest api available in /api/v1/. One can set new rules or see the applied ones by using it.
681 681

  
682 682

  
683

  

Also available in: Unified diff