diff --git a/import.yml b/import.yml index f2a44e4..5689ce0 100644 --- a/import.yml +++ b/import.yml @@ -1,5 +1,5 @@ -## saint v0.2 -### this is the all-in-one, standalone Discourse Docker container template +## saint v0.3 +## this is the all-in-one, standalone Discourse Docker container template ## ## After making changes to this file, you MUST rebuild ## /var/discourse/launcher rebuild app @@ -100,12 +100,9 @@ hooks: after_code: - exec: cd: /var/www/discourse/plugins - #cd: $home/plugins cmd: - git clone https://github.com/discourse/docker_manager.git - git clone https://gitea.federated.computer/saint/discourse-md5_authentication.git - cd: $home - cmd: - apt-get update && apt-get install -y sqlite3 libsqlite3-dev libmariadb-dev - gem install mysql2 - gem install sqlite3 @@ -113,8 +110,9 @@ hooks: - exec: cd: /var/www/discourse cmd: - - apt-get update && apt-get install -y vim + - apt-get install -y vim - cp /shared/slowtwitch/import_scripts/goss*.rb /var/www/discourse/script/import_scripts/ + - chown -R discourse:discourse /var/www/discourse/script/import_scripts/goss*.rb #- mkdir /var/www/discourse/plugins/md5_authentication #- cp -a /shared/slowtwitch/md5_authentication/plugin.rb /var/www/discourse/plugins/plugin.rb