Updating README
This commit is contained in:
parent
deafc3b218
commit
f3566cab3c
@ -1,10 +1,10 @@
|
|||||||
# Restaurant Search #
|
# Restaurant Search #
|
||||||
|
|
||||||
This work-in-progress represents a prototype semantic search application that I'm developing as part of my master's
|
This work-in-progress represents a prototype semantic search application that I'm developing as part of my master's
|
||||||
thesis at [Keio University](http://www.sfc.keio.ac.jp/). You can get a better understanding of the goals of this system
|
|
||||||
by referring to the [overview](https://github.com/FooSoft/search-slides/archive/master.zip) presentation. The prototype
|
by referring to the [overview](https://github.com/FooSoft/search-slides/archive/master.zip) presentation. The prototype
|
||||||
is open-source and those who are interested are encouraged to [clone the project](https://github.com/FooSoft/search) and
|
is open-source and those who are interested are encouraged to [clone the project](https://github.com/FooSoft/search) and
|
||||||
tinker with it. You may also access a [live snapshot](http://foosoft.net:8080/) of the prototype on my server.
|
thesis at [Keio University](http://www.sfc.keio.ac.jp/). You can get a better understanding of the goals of this system
|
||||||
|
tinker with it. You may also access a [live snapshot](http://search.foosoft.net/) of the prototype on my server.
|
||||||
|
|
||||||
This installation guide is designed with [Ubuntu](http://www.ubuntu.com/)-based distributions in mind (I'm using [Linux
|
This installation guide is designed with [Ubuntu](http://www.ubuntu.com/)-based distributions in mind (I'm using [Linux
|
||||||
Mint](http://www.linuxmint.com/) for development), but I expect it to be trivial to get this application running on
|
Mint](http://www.linuxmint.com/) for development), but I expect it to be trivial to get this application running on
|
||||||
@ -46,11 +46,11 @@ other flavors of Linux. If you run into any problems, let me know.
|
|||||||
$ bower install
|
$ bower install
|
||||||
```
|
```
|
||||||
|
|
||||||
7. Build and start the server (from the `search` directory):
|
7. Build and start the server (from the `search/cmd` directory):
|
||||||
|
|
||||||
```
|
```
|
||||||
$ go build
|
$ go build
|
||||||
$ ./server
|
$ ./cmd
|
||||||
```
|
```
|
||||||
|
|
||||||
8. Access the web application at `localhost:8080`.
|
8. Access the web application at `localhost:8080`.
|
||||||
|
Loading…
Reference in New Issue
Block a user