diff --git a/README.md b/README.md index da2893f..35760f9 100644 --- a/README.md +++ b/README.md @@ -37,9 +37,9 @@ nano package.json ```bash npm run build:frontend ``` -This will output a static bundle in the `build/` directory. This can be served by most webservers directly or moved to a preconfigured directory. See [Create React App's docs on Deployment](https://create-react-app.dev/docs/deployment/) for general info. +This will output a static bundle in the `build/` directory. This can be served by most webservers with some configuartion. See [Create React App's docs on Deployment](https://create-react-app.dev/docs/deployment/) for general info. -For ECN's infrastructure, we assume you're deployment on Templeton using Apache. Im that case, you can use this `.htaccess` configuartion: +For ECN's infrastructure, we assume you're deployment on Templeton using Apache with the webqueue2-api running on Pier. In that case, you can use this `.htaccess` configuartion: ``` # Enable the rewrite module @@ -56,4 +56,6 @@ RewriteRule ^ index.html [QSA,L] # Diable Auth Satisfy any -``` \ No newline at end of file +``` + +If you're not using ECN infrastructure or this documentation is out of date by the time you're reading it, refer to the [webqueue2-api deployment docs.](https://pages.github.itap.purdue.edu/ECN/webqueue2-api/webqueue2api%20Package/Deployment/) \ No newline at end of file