Skip to content

Commit

Permalink
Merge pull request #1 from fpga-open-speech-tools/FE-Sobrero-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
tvannoy authored Oct 20, 2020
2 parents ac5669b + 7f92c4e commit 2090ba4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,22 @@
# OpenSpeechTools
Web Application (Server + Client) In ASP.net | Server Code-> C# | Client -> Typescript |

# Installation
- Create armhf debug build to serve application from device
```
$ dotnet publish -c Debug -r linux-arm
```
- Copy debug build directory (<Project-Folder>/bin/Debug/netcoreapp3.1/linux-arm/publish) to device.

- Add executable permissions to program on the device.

```
$ chmod +x <location-of-webapp>/OpenSpeechTools
```

- Change Directory to Executable location, Run.
```
$ cd <location-of-webapp>
$ ./OpenSpeechTools
```
**Note:** The web application uses relative pathing, so the program must be run from the directory it's located in to properly serve the web application.

0 comments on commit 2090ba4

Please sign in to comment.