Skip to content

Commit

Permalink
Update readme w/ API info
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed Aug 3, 2021
1 parent d194ab3 commit 4755b6a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -56,4 +56,6 @@ RewriteRule ^ index.html [QSA,L]
# Diable Auth
Satisfy any
```
```

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/)

0 comments on commit 4755b6a

Please sign in to comment.