@Sinrise wrote:
I'm new to Ember so I started with the tutorial on the emberjs website. Everything went perfectly in development. I added two routes, per the getting started tutorial. I did ' ember build --env production' and then copied the '/dist' folder to my webserver root folder (I'm using an asmallorange.com apache hosting environment). When I go to the root url, there are no errors, console or otherwise but when I go to one of the routes I just get '404'.
So, what else is there to deployment? Either I'm missing something or the guide isn't complete. Do I need to add an argument or parameter to the build command? What needs to be on my hosting environment that I might be missing? Is all that is necessary is to upload the contents of the /dist folder to the webserver? Help!
TIA
Posts: 4
Participants: 2