Content
View differences
Updated by Markus Kahl over 12 years ago
<ins>As</ins> a developer
<ins>I want</ins> to be able to run Open Project 3.0 in a subdirectory
<ins>so that</ins> that it does not need a dedicated domain.
<ins>Acceptance Criteria</ins>
- The website works not only in a setup such as `https://myopenproject.com/` but also like `https://mysite.com/openproject`
- All links and redirects work correctly, that is they start with, for instance, with `/openproject/`
- All this is tested
<ins>Implementation</ins>
This can be done two ways:
`either 1)` Run the application in a subdirectory through Rack (\#4130)
`....or 2)` Run the application in a subdirectory through Routing (\#4131)
<ins>I want</ins> to be able to run Open Project 3.0 in a subdirectory
<ins>so that</ins> that it does not need a dedicated domain.
<ins>Acceptance Criteria</ins>
- The website works not only in a setup such as `https://myopenproject.com/` but also like `https://mysite.com/openproject`
- All links and redirects work correctly, that is they start with, for instance,
- All this is tested
<ins>Implementation</ins>
This can be done two ways:
`either 1)` Run the application in a subdirectory through Rack (\#4130)
`....or 2)` Run the application in a subdirectory through Routing (\#4131)