opexxx

download neo4j on linux

Jan 16th, 2015
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.70 KB | None | 0 0
  1. curl --header 'Host: neo4j.com' --header 'User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0' --header 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' --header 'Accept-Language: de,en-US;q=0.7,en;q=0.3' --header 'DNT: 1' --header 'Referer: http://neo4j.com/download-thanks/?edition=community&release=2.1.6&flavour=unix&_ga=1.102854723.2115984774.1421399330' --header 'Cookie: PHPSESSID=3716e05bd652861c82ed6b0cdebac26e; _wp_session=6ff688675f78c030f90b7d4e844d6d1a%7C%7C1421401131%7C%7C1421400771; AWSELB=79AF77310E6B56400238EBB1F186139E18E211C93ABCA0D8E93DC15B3E15D680ABDEA95B2FDFADD66509A6AF6AB0EE184A7603BE443770880CE3497E007C90C860335053F2202D767F73BF2EE667D803D993A093B1; _ga=GA1.2.2115984774.1421399330; _gat=1; _mkto_trk=id:773-GON-065&token:_mch-neo4j.com-1421399331422-12775' --header 'X-ClickOnceSupport: ( .NET CLR 3.5.30729; .NET4.0E)' --header 'Connection: keep-alive' 'http://neo4j.com/artifact.php?name=neo4j-community-2.1.6-unix.tar.gz' -o 'neo4j-community-2.1.6-unix.tar.gz' -L
  2.  
  3. Installing Neo4j
  4.  
  5.     Got Java? Youโ€™ll need either Oracle JDK 7 or OpenJDK 7
  6.         MacOS: do not be fooled by Appleโ€™s offer to install Java 6. That wonโ€™t work.
  7.         Windows Enterprise: install your preferred JDK 7
  8.         Windows Community: the installer has the Java you need
  9.     Start Neo4j
  10.         Windows: run the installer. Double-click and enjoy.
  11.         MacOS & Linux: open a terminal, cd to the extracted folder, start with bin/neo4j start
  12.     Open http://localhost:7474
  13.     Congratulations! You are ready for Next Steps
  14. http://neo4j.com/download-thanks/?edition=community&release=2.1.6&flavour=unix&_ga=1.102854723.2115984774.1421399330#next-steps
Add Comment
Please, Sign In to add comment