[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 583: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 639: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4516: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3262)
Gephi forums •installing gephi on linux
Page 1 of 1

installing gephi on linux

Posted: 09 Oct 2012 16:16
by sallyde
Hi All,

I tried to install gephi on my linux server following https://gephi.org/users/install/ but by executing ./bin/gephi i got WARNING: environment variable DISPLAY is not set
i expected a command line interface of gephi to appear so that i can issue commands but nothing happened.

now i'm wondering if there exist a command line interface for gephi so that we can import our big files for processing?

thanks

Re: installing gephi on linux

Posted: 09 Oct 2012 18:55
by eduramiba
Hi,
If I understand, you are trying to run Gephi desktop without a graphics server, but the UI is mandatory.
However, you can use the Gephi toolkit to program some files processing if that meets your needs.

Eduardo