summarylogtreecommitdiffstats
path: root/neo4j.install
diff options
context:
space:
mode:
authorMarcel Campello Ferreira2014-11-05 11:06:32 -0200
committerMarcel Campello Ferreira2014-11-05 11:06:32 -0200
commitfe7f0ef6ad722156332cc646e6f2f422a259a86f (patch)
treee963f76384c46ef9f987f3ec8ad3e43333191fb4 /neo4j.install
parent267a92a9e521cc677e7004d8374297b2f9d61b79 (diff)
downloadaur-fe7f0ef6ad722156332cc646e6f2f422a259a86f.tar.gz
Version 2.1.5-2.
Diffstat (limited to 'neo4j.install')
-rw-r--r--neo4j.install35
1 files changed, 26 insertions, 9 deletions
diff --git a/neo4j.install b/neo4j.install
index c5f27165706e..8977e5fb6eec 100644
--- a/neo4j.install
+++ b/neo4j.install
@@ -34,17 +34,34 @@ assert_user_and_group_exist() {
}
warn_about_java_home() {
- echo "------------------------------"
- echo "--- ACHTUNG ACHTUNG ALARM! ---"
- echo "------------------------------"
- echo "Before starting the Neo4j service, create this file"
+ echo "---------------"
+ echo "--- HOORAY!! --"
+ echo "---------------"
+ echo "If it is the first time you install Neo4j in your"
+ echo "Arch box, that's it, you are done. Enjoy your graphs"
+ echo "and please disregard all that is said from now on..."
echo ""
- echo "/etc/systemd/system/neo4j.service.d/java_home.conf"
+ echo "If you are upgrading Neo4j from a previous version and"
+ echo "were given the following advice:"
echo ""
- echo "with the following content:"
+ echo " >> ------------------------------"
+ echo " >> --- ACHTUNG ACHTUNG ALARM! ---"
+ echo " >> ------------------------------"
+ echo " >> Before starting the Neo4j service, create this file"
+ echo " >> "
+ echo " >> /etc/systemd/system/neo4j.service.d/java_home.conf"
+ echo " >> "
+ echo " >> with the following content:"
+ echo " >> "
+ echo " >> [Service]"
+ echo " >> Environment=JAVA_HOME=/your/java/home/path"
+ echo " >> "
+ echo " >> changing '/your/java/home/path' to your actual JAVA_HOME path."
echo ""
- echo "[Service]"
- echo "Environment=JAVA_HOME=/your/java/home/path"
+ echo "then now you are free to delete that file. Actually,"
+ echo "pursuant to the new Arch's Java Way of Life"
+ echo "(https://wiki.archlinux.org/index.php/Java#Former_.22One_time_setup.22_trick)"
+ echo "you shall delete it. Thereupon, enjoy your graphs."
echo ""
- echo "changing '/your/java/home/path' to your actual JAVA_HOME path."
+ echo "This message will self-destruct in 3 s̶e̶c̶o̶n̶d̶s̶ releases..."
}