Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thomasleese/srweb-runner
A simple Nginx based runner for srweb.
https://github.com/thomasleese/srweb-runner
Last synced: about 6 hours ago
JSON representation
A simple Nginx based runner for srweb.
- Host: GitHub
- URL: https://github.com/thomasleese/srweb-runner
- Owner: thomasleese
- License: mit
- Created: 2015-12-19T21:43:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-19T22:35:41.000Z (almost 9 years ago)
- Last Synced: 2023-08-04T00:51:58.618Z (over 1 year ago)
- Language: Nginx
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# SRWeb Runner
A simple Nginx based runner for [srweb][srweb], the [Student Robotics][sr] website.
## Rationale
In the past users who wished to work on the [Student Robotics][sr] website had to either run a virtual machine clone of the server, or configure Apache on their local machine. While these two options work fine, they can be a little tricky to set up or sometimes simple unreasonable to use (e.g. incompatible operating systems, virtual machine resource requirements). Therefore this project exists to provide an alternative, using Nginx and a simple bootstrap script. Although it should be made clear that this is not a perfect replication of the official web server, it is provided to make it as easy as possible to get started working on the website.
## Instructions
1. Clone [srweb][srweb] how you like to a directory named `srweb`.
2. Run the `run.sh` script from the runner directory.[sr]: https://www.studentrobotics.org
[srweb]: https://www.studentrobotics.org/cgit/srweb.git/tree/README