| Oct | NOV | Dec |
| 21 | ||
| 2018 | 2019 | 2020 |
COLLECTED BY
Collection: Common Crawl
sudo su -
wget -qO- http://c.ly/install | bash
sudo su -
wget -qO- http://c.ly/install | bash -s dev
/root folder for this purpose. Then, fire the easy installation script that comes with Countly, which will work both for Ubuntu or RHEL/CentOS:
●Shell
sudo su -
cd COUNTLY_INSTALLATION_DIRECTORY/bin
bash countly.install.sh
http://YOUR_SERVER_IP_OR_DOMAIN in order to create your admin account and login to your dashboard. Also do not forget to download client SDKs.
module.exports = function(mail){
//define this if you need to send email from some third party service
mail.smtpTransport = nodemailer.createTransport(smtpTransport({
host: "example-mailserver-host.com",
secureConnection: true,
port: 2525,
auth: {
user: "your-mailserver-username",
pass: "your-mailserver-password"
}
}));
You can only suggest edits to Markdown body content, but not to the API spec.