Skip to content

Installing GraphLib

Vítor Almeida Subhi edited this page Nov 10, 2016 · 1 revision

Windows

→ Install XAMPP, or any Apache Server;

→ Open the Apache installation folder (normally "C:/xampp/htdocs");

→ Clone the Repository;

    git clone git@github.com:bispojr/graphlib-php.git

→ Execute the Xampp, and Start the Apache;

Linux

→ Install the Apache Server (Apache2);

    # apt-get install apache2

→ Open the Apache installation folder (normally "/var/www/html");

→ Clone the Repository;

    git clone git@github.com:bispojr/graphlib-php.git

→ Start the Apache Service.

    # service apache2 start

Clone this wiki locally