Hi, I thought I’d give ember a try just to test it out and get some personal experience with it. I did the quick setup yesterday to have my first look. Now I want to see how to get this project up and running on a server.
I have a linode server with apache2 running on it. I’m still new to hosting websites.
Lets say I have a domain example.com. The the root of the web is example.com/public_html. Do I create the ember project in public_html? "ember new project_name" And then set the root of the project for the website as the ember projects app folder?