2018-05-21 14:15:35 +00:00
## MR 160: Datepicker
2018-05-16 00:17:10 +00:00
Install libjs-jquery libjs-jquery-ui libjs-jquery-timepicker libjs-bootstrap javascript-common
```
apt-get -y install \
libjs-jquery \
libjs-jquery-ui \
libjs-jquery-timepicker \
libjs-bootstrap \
javascript-common
```
Enable javascript-common conf
```
a2enconf javascript-common
```
2018-05-12 19:45:22 +00:00
Delete old jquery files :
2018-05-16 00:17:10 +00:00
```
rm -r static_files/js/jquery-ui-*
rm static_files/js/jquery-2.2.4.min.js
rm static/css/jquery-ui-timepicker-addon.css
```
2018-05-21 14:15:35 +00:00
2018-05-28 10:03:15 +00:00
## MR 159: Graph topo & MR 164: branche de création de graph
Add a graph of the network topology
Install *graphviz* :
```
apt-get -y install graphviz
```
Create the *media/images* directory:
```
mkdir -p media/images
```
2018-05-21 14:15:35 +00:00
## MR 163: Fix install re2o
Refactored install_re2o.sh script.
* There are more tools available with it but some fucntion have changed, report to [the dedicated wiki page ](for more informations ) or run:
```
install_re2o.sh help
```
* The installation templates (LDIF files and `re2o/settings_locale.example.py` ) have been changed to use `example.net` instead of `example.org` (more neutral and generic)
2018-06-22 20:40:42 +00:00
## MR 176: Add awesome Logo
Add the logo and fix somme issues on the navbar and home page. Only collecting the statics is needed:
```
python3 manage.py collectstatic
```