Git Installation: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „=User anlegen= *sudo adduser gns3 =Pakete installieren= *apt install python3-setuptools python3-aiohttp python3-psutil python3-jsonschema git =KVM Installation…“)
 
(kein Unterschied)

Aktuelle Version vom 10. November 2021, 14:12 Uhr

User anlegen

  • sudo adduser gns3

Pakete installieren

  • apt install python3-setuptools python3-aiohttp python3-psutil python3-jsonschema git

KVM Installation Basis

Git clone

Change Directory

  • cd gns3-server

Install

  • sudo python3 setup.py install

Service Systemd

  • sudo cp init/gns3.service.systemd /etc/systemd/system/gns3.service
  • sudo chown root /etc/systemd/system/gns3.service