You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just noticed a couple of possible issues, or error in my installation. Or just observations
Firstly I did a standard install of Neo4j on CentOS 7, it creates a Systemd startup as user "neo4j"
I then wanted to install ineo, so I thought I'd install that as "neo4j"
Am I supposed to disable systemd start up and then manually startup with ineo?
The ineo install script edits .bashrc but that doesn't take effect if I "su - neo4j", but does if I rename it to .bash_profile
ineo start script doesn't use systemd startup scripts or environment variable settings
[17:24|neo4j@gbjhvice108:~]$ ineo start my_db
start 'my_db'
Active database: graph.db
Directories in use:
home: /var/lib/neo4j/.ineo/instances/my_db
config: /var/lib/neo4j/.ineo/instances/my_db/conf
logs: /var/lib/neo4j/.ineo/instances/my_db/logs
plugins: /var/lib/neo4j/.ineo/instances/my_db/plugins
import: /var/lib/neo4j/.ineo/instances/my_db/import
data: /var/lib/neo4j/.ineo/instances/my_db/data
certificates: /var/lib/neo4j/.ineo/instances/my_db/certificates
run: /var/lib/neo4j/.ineo/instances/my_db/run
Starting Neo4j.
WARNING: Max 1024 open files allowed, minimum of 40000 recommended. See the Neo4j manual.
Started neo4j (pid 11443). It is available at http://0.0.0.0:7474/
There may be a short delay until the server is ready.
See /var/lib/neo4j/.ineo/instances/my_db/logs/neo4j.log for current status.
However the normal systemd startup works correctly
The text was updated successfully, but these errors were encountered:
Just noticed a couple of possible issues, or error in my installation. Or just observations
Firstly I did a standard install of Neo4j on CentOS 7, it creates a Systemd startup as user "neo4j"
I then wanted to install ineo, so I thought I'd install that as "neo4j"
Am I supposed to disable systemd start up and then manually startup with ineo?
The ineo install script edits
.bashrc
but that doesn't take effect if I "su - neo4j
", but does if I rename it to.bash_profile
ineo start script doesn't use systemd startup scripts or environment variable settings
However the normal systemd startup works correctly
The text was updated successfully, but these errors were encountered: