I’m trying to install two Ghost instances on the same server but in different directories on my AWS EC2 server (Ubuntu)
I’m running on the latest version of Ubuntu, Nginx, Node and MySQL. I have more than 1 GB memory.
I installed two different instances under each folder. I followed the exact same steps for both of them.
First Instance - http://example.com/first
Second Instance - http://example.com/second
When I’m entering the command ghost start
in /first
it’s also starting the one in /second
How do I solve this?