File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,26 +10,26 @@ REDHAWK Website: [www.redhawksdr.org](http://www.redhawksdr.org)
1010
1111## Copyrights
1212
13- This work is protected by Copyright. Please refer to the [ Copyright File] ( src/ COPYRIGHT) for updated copyright information.
13+ This work is protected by Copyright. Please refer to the [ Copyright File] ( COPYRIGHT ) for updated copyright information.
1414
1515## License
1616
1717REDHAWK REST Python is licensed under the GNU Lesser General Public License (LGPL).
1818
1919## Running
2020
21- For Development/Test environments there are scripts to automatically create a local environment and run the server.
21+ For Development/Test environments there are scripts to automatically create a local environment and run the server.
2222
2323 ./setup.py install
2424 ./start.sh --port=<desired_port>
2525
26- The tools above will create a virtual environment in the current directory.
26+ The tools above will create a virtual environment in the current directory.
2727
2828For a more permanent solution, consult the ` requirements.txt ` and run the following command as a service:
2929
3030 ./pyrest.py --port=<desired_port>
3131
32- ` supervisord ` is a common tool for running commands as a service and a sample configuration snippet
32+ ` supervisord ` is a common tool for running commands as a service and a sample configuration snippet
3333can be found at ` deploy/rest-python-supervisor.conf ` .
3434
35- Once running the REST Interface can be tested at ` http://localhost:<desired_port>/rh/rest/domains ` .
35+ Once running the REST Interface can be tested at ` http://localhost:<desired_port>/rh/rest/domains ` .
You can’t perform that action at this time.
0 commit comments