Skip to content

Commit

Permalink
changed ineo version to 2.0.0
Browse files Browse the repository at this point in the history
added backup and restore to readme
change copyright to 2019
added project information to readme
  • Loading branch information
ogmueller committed Feb 12, 2019
1 parent f67ea3e commit 95bf636
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# ineo

[![Join the chat at https://gitter.im/cohesivestack/ineo](https://badges.gitter.im/cohesivestack/ineo.svg)](https://gitter.im/cohesivestack/ineo?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Project information: [![License](https://img.shields.io/github/license/cohesivestack/ineo.svg?style=flat)](https://img.shields.io/github/license/cohesivestack/ineo.svg?style=flat)
[![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/cohesivestack/ineo.svg?style=flat)]((https://img.shields.io/github/languages/code-size/cohesivestack/ineo.svg?style=flat))

A simple but useful Neo4j instance manager.

Expand Down Expand Up @@ -268,7 +270,7 @@ $ ineo help
create Create a new instance with a specific <name>
set-port Change the port of a specific instance <name>
versions Show the Neo4j versions available for installation
instances Show the information about installed instances
list List information about installed instances

start Start Neo4j instances
stop Stop Neo4j instances
Expand All @@ -277,6 +279,9 @@ $ ineo help
shell Start the shell for a Neo4j instance
console Start a Neo4j instance in mode console

backup Backup a specific database <name>
restore Restore a specific database <name>

set-config Change settings in configuration file
get-config Read settings from configuration file

Expand Down Expand Up @@ -337,6 +342,6 @@ Code contributions are welcome. The rules are:
## License
Copyright © 2015-2018 Carlos Forero
Copyright © 2015-2019 Carlos Forero
Ineo is released under the MIT License.
6 changes: 3 additions & 3 deletions ineo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
# ineo 1.1.0 - Neo4j Instances Manager
# Copyright (C) 2015-2018 Carlos Forero
# ineo 2.0.0 - Neo4j Instances Manager
# Copyright (C) 2015-2019 Carlos Forero
#
# http://github.com/carlosforero/ineo
#
Expand All @@ -22,7 +22,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

VERSION=1.1.0
VERSION=2.0.0

DEFAULT_HOME="${HOME}/.ineo"

Expand Down

0 comments on commit 95bf636

Please sign in to comment.