Changes

m
Line 884: Line 884:     
<syntaxhighlight lang="bash">
 
<syntaxhighlight lang="bash">
./launcher enter web_only
+
/var/discourse/launcher enter web_only
 
# Install required dependencies to import data (gems)
 
# Install required dependencies to import data (gems)
 
su discourse -c "export IMPORT=1; bundle config unset deployment; bundle config set path 'vendor/bundle'; bundle config set without 'test development'; bundle install --jobs 4"
 
su discourse -c "export IMPORT=1; bundle config unset deployment; bundle config set path 'vendor/bundle'; bundle config set without 'test development'; bundle install --jobs 4"