Open suhyunjeon opened 9 years ago
@suhyunjeon It's fixed, you can get updated document using develop branch.
I thought, This is better than that I wrote.
Added create s2graph_news
service script in script/test.sh
# create <s2graph> service.
curl -XPOST localhost:9000/graphs/createService -H 'Content-Type: Application/json' -d '
{"serviceName": "s2graph"}
'
# check service.
curl -XGET localhost:9000/graphs/getService/s2graph
# create <s2graph_news> service.
curl -XPOST localhost:9000/graphs/createService -H 'Content-Type: Application/json' -d '
{"serviceName": "s2graph_news"}
'
# check service.
curl -XGET localhost:9000/graphs/getService/s2graph_news
Then it can be use original script to README.rd
This example is a wrong.
It can't run this, it shows me an error.
Change the example like this. There is no
s2graph_news
service in a test/script. It is not that good example.Result