Skip to content

madhavipuliraju/outreach-portal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 47.2%
  • HTML 35.0%
  • JavaScript 12.1%
  • CSS 5.6%
  • ActionScript 0.1%
  • Shell 0.0%