Skip to content

Commit 0d051f4

Browse files
author
Ryan Bauman
committed
Updated README.md
1 parent 0f190f4 commit 0d051f4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

1717
REDHAWK 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

2828
For 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
3333
can 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`.

0 commit comments

Comments
 (0)