Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 737 Bytes

README.org

File metadata and controls

15 lines (14 loc) · 737 Bytes

Setting up the outreach portal

Setting up database configuration

  • To setup database name edit the file outreach-portal/scripts/db_config.sh and change database_name variable value.

Example :

database_name="your_database_name"

Setting up email configuration

Note: If your using your own smtp server to send emails follow the below step otherwise ignore this step.

  • Edit the file outreach-portal/scripts/db_config.sh and uncoment line #echo "define(\`SMART_HOST',\`smtp.mydomain.ac.in')" >> /etc/mail/sendmail.mc and define your smtp server domain address or ip_address

Example :

echo "define(\`SMART_HOST',\`smtp.mydomain.ac.in')" >> /etc/mail/sendmail.mc