Skip to content
forked from zammad/zammad

Zammad is a web based open source helpdesk/customer support system

License

Notifications You must be signed in to change notification settings

InPractise/ip-zammad

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ip-zammad

Custom version of Zammad. Original README.md.

Initial Setup

Installed in Ubuntu 20.

# Follow requirements https://docs.zammad.org/en/latest/prerequisites/software.html
# Installed some libraries
# Installed Elasticsearch locally https://docs.zammad.org/en/latest/install/elasticsearch.html
# PostgreSQL was installed and configured
# Pulled source code to /opt/zammad
# Follow instructions here https://docs.zammad.org/en/latest/install/source.html
# Add database config

Then configured the actual application:

  • Enabled SMTP in Google Workspace
  • Created app password for support user
  • Configured SMTP and IMAP in the application
  • Configured DNS
  • Other configurations

Rebuild assets

To rebuild the assets:

cd /opt/zammad
git pull

su - zammad
cd /opt/zammad
export RAILS_ENV=production
export RAILS_SERVE_STATIC_FILES=true
rake assets:precompile
exit

systemctl restart zammad
systemctl restart nginx

Check logs

less +F /opt/zammad/log/production.log
less +F /opt/zammad/log/scheduler_err.log
less +F /opt/zammad/log/scheduler_out.log

About

Zammad is a web based open source helpdesk/customer support system

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 61.7%
  • JavaScript 16.7%
  • CoffeeScript 16.2%
  • SCSS 2.4%
  • HTML 2.0%
  • Shell 0.6%
  • Other 0.4%