Hi,
I have an email sending application on my digitalocean vps . I want to install a second application on my vps, how do i do it?
Thank you
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi @ronball,
You’ll need to add a second configuration file for your application and point a domain to your Droplet.
Let’s start with the domain, you’ll first need to point it to your Droplet with DigitalOcean. As soon as you have that, we can continue with the server.
The second part would be the work in the Droplet. In order to create the configuration file properly, we’ll need to know which WebService you are running. To check that, you can do the following :
ssh root@YourDropletIP
Once you are in type in the following command
netstat -tulpen | grep 80
If it says Nginx, than you have Nginx installed. You can check the following tutorial how to add a new server configuration in Nginx :
If it says Apache2/Httpd then you’ll need to add an Apache vhost, you can follow this tutorial to setup the configuration file
https://www.digitalocean.com/community/tutorials/how-to-set-up-apache-virtual-hosts-on-ubuntu-16-04
Regards, KDSys
@KDSys Thank you for the quick reply. I have 2 or 3 extra domain names at godaddy. I know how to point a domain name to my VPS IP address or droplet.
But, what I want is to just drag and drop the application onto my vps server and start using it outright since i have already unzipped it. Would that be possible? The application that I want to install is an email validator.
regards ronball
its a software for email validation. It basically checks if the emails are real or non-existent. I will validate my email list before I can start sending email marketing campaigns
regards ronball
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.