Deploying multiple rails applications on a single domain -


i beginner ruby on rails developer.

so far have created several rails applications on computer localhost. now, want deploy applications professional server.

i have 1 domain , wondering if can deploy multiple rails applications on single domain?

if yes, best way it?
should put every application in folder?

and server need specific requirement?

thanks,

oded

one solution use subdomain each application. app1.yourdomain.com point application 1, app2.yourdomain.com point application 2, , on.


Comments

Popular posts from this blog

java - netbeans "Please wait - classpath scanning in progress..." -

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

openxml - Programmatically format a date in an excel sheet using Office Open Xml SDK -