Line 25:
Line 25:
===Installation===
===Installation===
<tabs container=""><tab name="For SME 10">
<tabs container=""><tab name="For SME 10">
−
yum --enablerepo=[smetest,]smedev,epel install [js-jquery] {{#var:smecontribname}} [{{#var:smecontribname}}-locale-xx] [{{#var:smecontribname}}-AdminLTE]
+
yum --enablerepo=[smetest,]smedev install {{#var:smecontribname}} [{{#var:smecontribname}}-locale-xx] [{{#var:smecontribname}}-AdminLTE]
==== Optionally ====
==== Optionally ====
+
'''{{#var:smecontribname}}-locale-xx''' for an additionnal language (still incomplete),<br>
+
'''{{#var:smecontribname}}-AdminLTE''' for a more sophisticated theme.<br>
+
you may want to install '''jquery''' for better responsiveness (in this case put it before),<br>
you may want to install '''jquery''' for better responsiveness (in this case put it before),<br>
−
'''{{#var:smecontribname}}-locale-xx''' for an additionnal language (still incomplete),<br>
+
yum --enablerepo=epel install js-jquery
−
'''{{#var:smecontribname}}-AdminLTE''' for a more sophisticated theme.
+
+
If you install jquery after {{#var:smecontribname}}, you will have to manually add the link to jquery like this:
+
ln -s /usr/share/javascript/jquery/latest/jquery.min.js %{dir_mngr}/themes/default/public/js/jquery.min.js
then log to your new server-manager : '''https://hostname/smanager''' and use it as the other manager.
then log to your new server-manager : '''https://hostname/smanager''' and use it as the other manager.