Netglub
De Linuxmemo.
(Différences entre les versions)
(→Install) |
|||
(3 versions intermédiaires masquées) | |||
Ligne 2 : | Ligne 2 : | ||
http://www.netglub.org/ | http://www.netglub.org/ | ||
- | == | + | ==Install== |
*mysql | *mysql | ||
mysql -uroot -p | mysql -uroot -p | ||
Ligne 23 : | Ligne 23 : | ||
*démarrage du master | *démarrage du master | ||
master/tools/netglub_master start | master/tools/netglub_master start | ||
+ | |||
+ | *Configuration du master | ||
+ | ./master -h | ||
+ | If you want to change some configuration, you can change the file | ||
+ | (@netglub_location)/master/tools/master.conf | ||
+ | and launch install.sh again. | ||
+ | |||
+ | *graphviz | ||
+ | wget -c http://www.graphviz.org/pub/graphviz/stable/SOURCES/graphviz-2.30.1.tar.gz | ||
+ | tar -xzvf graphviz-2.30.1.tar.gz | ||
+ | cd graphviz-2.30.1 | ||
+ | ./configure | ||
+ | make | ||
+ | sudo make install | ||
+ | |||
+ | *Gui | ||
+ | apt-get install libgraphviz-dev | ||
+ | cd trunk/qng | ||
+ | qmake | ||
+ | make | ||
+ | you can now run qng from : ./(@Netglub location)/trunk/qng/bin/unix-debug/netglub |
Version actuelle en date du 2 avril 2013 à 23:04
[modifier] Install
- mysql
mysql -uroot -p GRANT ALL PRIVILEGES ON netglub.* TO 'netglub'@'localhost' IDENTIFIED BY 'netglub' WITH GRANT OPTION; FLUSH PRIVILEGES; mysql -uroot -p netglub < master/tools/mysql/netglub.sql
- QT
wget -c http://releases.qt-project.org/qt5/5.0.1/qt-linux-opensource-5.0.1-x86_64-offline.run chmod 755 qt-linux-opensource-5.0.1-x86_64-offline.run ./qt-linux-opensource-5.0.1-x86_64-offline.run
- netglub master
cd master/ qmake make cd tools sudo ./install.sh
- démarrage du master
master/tools/netglub_master start
- Configuration du master
./master -h If you want to change some configuration, you can change the file (@netglub_location)/master/tools/master.conf and launch install.sh again.
- graphviz
wget -c http://www.graphviz.org/pub/graphviz/stable/SOURCES/graphviz-2.30.1.tar.gz tar -xzvf graphviz-2.30.1.tar.gz cd graphviz-2.30.1 ./configure make sudo make install
- Gui
apt-get install libgraphviz-dev cd trunk/qng qmake make you can now run qng from : ./(@Netglub location)/trunk/qng/bin/unix-debug/netglub