oh the difference is just the location as I already thought before :) Thank 
you

On Tuesday, December 17, 2013 10:45:41 PM UTC+7, David Przybilla wrote:
>
> As far  as I understand the only difference would be
> the location of your files.
> So  if you use the .deb they would follow the usual standards. i.e: neo4j 
> executable would be in usr/bin.
> probably the conf will be in /etc/conf... and so on.
>
> If you download the .tar.gz neo4j config files, executable and data folder 
> will live in a single folder.
>
>
> On Tuesday, December 17, 2013 3:32:39 PM UTC, Rio Eduardo wrote:
>>
>> //Installing neo4j with debian package
>>
>> # start root shell
>> sudo -s
>> # Import our signing key
>> wget -O - http://debian.neo4j.org/neotechnology.gpg.key | apt-key add - 
>> # Create an Apt sources.list file
>> echo 'deb http://debian.neo4j.org/repo stable/' > 
>> /etc/apt/sources.list.d/neo4j.list
>> # Find out about the files in our repository
>> apt-get update
>> # Install Neo4j, community edition
>> apt-get install neo4j
>> # start neo4j server, available at http://localhost:7474 of the target 
>> machine
>> neo4j start
>>
>> //Installing neo4j with package.tar.gz
>> # download the package first
>> http://www.neo4j.org
>>
>> # install it
>> cd $NEO4J_HOME //where the package is
>> sudo ./bin/neo4j-installer install
>>
>> Thank you.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to neo4j+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to