sh 在特定端口上运行的Codeship上设置Neo4j
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 在特定端口上运行的Codeship上设置Neo4j相关的知识,希望对你有一定的参考价值。
#/bin/bash
VERSION="2.2.3"
VERSION_SPACIAL="0.15"
PORT_DB=7474
PORT_ADM=7473
PWD=$(pwd)
cd ~/
#Install neo4j
wget -O neo4j-community.tar.gz http://neo4j.com/artifact.php?name=neo4j-community-${VERSION}-unix.tar.gz
tar -xzf neo4j-community.tar.gz
#Install spacial plugins
cd ~/neo4j-community/plugins
wget -O neo4j-spatial-plugin.zip https://github.com/neo4j-contrib/m2/blob/master/releases/org/neo4j/neo4j-spatial/${VERSION_SPACIAL}-neo4j-${VERSION}/neo4j-spatial-${VERSION_SPACIAL}-neo4j-${VERSION}-server-plugin.zip?raw=true
unzip neo4j-spatial-plugin.zip
# configure neo4j to run on testing ports (7476 + 7475)
sed -i s/7474/${PORT_DB}/g ~/neo4j-community/conf/neo4j-server.properties
sed -i s/7473/${PORT_ADM}/g ~/neo4j-community/conf/neo4j-server.properties
~/neo4j-community/bin/neo4j start
cd $PWD
以上是关于sh 在特定端口上运行的Codeship上设置Neo4j的主要内容,如果未能解决你的问题,请参考以下文章
sh 创建一个被监禁用户并为用户设置防火墙过滤器,以便仅访问在给定端口上运行的Web应用程序。
sh 如何检查特定端口上的服务器连接(ping)
sh 用于elasticbeanstalk的Codeship部署脚本
sh 搜索在端口4300上运行的进程
sh Codeship Android构建脚本
sh Codeship - NodeJS +业力测试