Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions templates/import/phpbb3.template.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# This template installs MariaDB and all dependencies needed for importing from phpBB3.

env:
UNICORN_SIDEKIQS: 0

params:
home: /var/www/discourse

Expand All @@ -8,15 +11,13 @@ hooks:
- exec:
cd: /etc/service
cmd:
- rm -R unicorn
- rm -R nginx
- rm -R cron

- exec:
cd: /etc/runit/3.d
cmd:
- rm 01-nginx
- rm 02-unicorn

- file:
path: /etc/mysql/conf.d/import.cnf
Expand Down