I have a vds server
centos
and directadmin
installed.
I want to install spree commerce and followed the instructions here
Actually I have installed everything without problem (even spree commerce), but I don't know how to run the website under a domain name.
I have tried installing the script in the /home/myusername/domains/mydomainname.com/public_html
folder but no luck. I can't access the website under mydomain.com
Thanks for your answers...
Not sure I understand what you mean by domain in this context.
If you've installed everything correctly you should be able to run
rails server
to start your webserverand in a browser navigate to
localhost:3000
to be able to navigate to your own domain you should set
in
config/environments/development.rb
fileand in your
/etc/hosts
file