| File | Date | Author | Commit |
|---|---|---|---|
| src | 2015-03-26 |
|
[2890da] Initial skeleton for 2.0 |
| .gitignore | 2014-11-15 |
|
[d7d3dd] Initial skeleton |
| LICENSE | 2014-11-03 |
|
[e2208d] Initial commit |
| README.md | 2015-03-08 |
|
[5e566f] Renaming |
| pom.xml | 2015-03-26 |
|
[2890da] Initial skeleton for 2.0 |
A file server with a RESTFul web service.
4 group of APIS:
Check that you have installed a JAVA Runtime Environment 7 or newer
The compilation and packaging requires Maven 3.0 or newer
Clone the source code:
git clone https://github.com/opensearchserver/oss-store.git
Compile and package (the binary will located in the target directory):
mvn clean package
java -jar target/oss-store-xxx-exec.jar
curl -XGET http://localhost:9092
Copyright 2014-2015 OpenSearchServer Inc. (www.opensearchserver.com)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.