v.0.4.1 Add symlink for path cleanness for import scripts
This commit is contained in:
parent
db049b6511
commit
953ccf227e
@ -1,4 +1,4 @@
|
|||||||
## saint v0.4
|
## saint v0.4.1
|
||||||
## this is the all-in-one, standalone Discourse Docker container template
|
## this is the all-in-one, standalone Discourse Docker container template
|
||||||
##
|
##
|
||||||
## After making changes to this file, you MUST rebuild
|
## After making changes to this file, you MUST rebuild
|
||||||
@ -113,6 +113,7 @@ hooks:
|
|||||||
- apt-get install -y vim
|
- apt-get install -y vim
|
||||||
- git clone https://gitea.federated.computer/saint/discourse-import_scripts.git
|
- git clone https://gitea.federated.computer/saint/discourse-import_scripts.git
|
||||||
- chown -R discourse:discourse discourse-import_scripts/*.rb
|
- chown -R discourse:discourse discourse-import_scripts/*.rb
|
||||||
|
- ln -s discourse-import_scripts gossamer
|
||||||
#- cp -a /shared/slowtwitch/import_scripts/goss*.rb /var/www/discourse/script/import_scripts/
|
#- cp -a /shared/slowtwitch/import_scripts/goss*.rb /var/www/discourse/script/import_scripts/
|
||||||
#- mkdir /var/www/discourse/plugins/md5_authentication
|
#- mkdir /var/www/discourse/plugins/md5_authentication
|
||||||
#- cp -a /shared/slowtwitch/md5_authentication/plugin.rb /var/www/discourse/plugins/plugin.rb
|
#- cp -a /shared/slowtwitch/md5_authentication/plugin.rb /var/www/discourse/plugins/plugin.rb
|
||||||
|
Loading…
Reference in New Issue
Block a user