From 9d73a23ac8fbe8b45071afb3ee9b9ad7700b9ecf Mon Sep 17 00:00:00 2001 From: nemsia Date: Thu, 27 Apr 2017 22:34:49 +0200 Subject: [enh] Install tagged release --- scripts/install | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/install') diff --git a/scripts/install b/scripts/install index ed2b1e7..67e69b0 100644 --- a/scripts/install +++ b/scripts/install @@ -87,6 +87,8 @@ sudo su - $app < Date: Fri, 28 Apr 2017 18:02:28 +0200 Subject: [fix] Install tagged release --- scripts/install | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'scripts/install') diff --git a/scripts/install b/scripts/install index 67e69b0..d58f08e 100644 --- a/scripts/install +++ b/scripts/install @@ -82,12 +82,13 @@ sudo su -c "psql" postgres <<< \ ynh_psql_create_db_without_password "$app" sudo systemctl restart postgresql -# Download all Ruby source +# Download all sources rbenv, ruby and mastodon +pushd $final_path/live sudo su - $app < Date: Sat, 29 Apr 2017 22:02:55 +0200 Subject: [FIX] Switch to tagged release --- scripts/install | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'scripts/install') diff --git a/scripts/install b/scripts/install index d58f08e..55ab135 100644 --- a/scripts/install +++ b/scripts/install @@ -83,15 +83,16 @@ ynh_psql_create_db_without_password "$app" sudo systemctl restart postgresql # Download all sources rbenv, ruby and mastodon -pushd $final_path/live sudo su - $app < Date: Sun, 30 Apr 2017 00:32:05 +0200 Subject: [fix] popd error --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/install') diff --git a/scripts/install b/scripts/install index b6be33c..a633a5d 100644 --- a/scripts/install +++ b/scripts/install @@ -162,7 +162,7 @@ type rbenv BCOMMANDS # Add Services -pushd $(popd) +popd sudo cp ../conf/mastodon-web.service /etc/systemd/system/mastodon-web.service sudo chown root: /etc/systemd/system/mastodon-web.service -- cgit v1.2.3-70-g09d2