Skip to content

Releases: aegif/NemakiWare

2.0

2.0

Choose a tag to compare

@sixpetals sixpetals released this 02 Feb 07:23

Installer file

  • NemakiWareInstaller-2.0.jar (Windows/Mac/Linux etc)

How to Install and execute ( See https://github.com/NemakiWare/NemakiWare/wiki )

  • First, manually install JDK 1.6 or later and CouchDB 1.0.4 or later.
  • Run the installer : execute java –jar NemakiWareInstaller-2.0.jar
  • Run NemakiCore And NemakiUI : execute startup.sh or startup.bat in <NEMAKI_BASE>/apache-tomcat-8.0.14/bin
  • Access http://localhost:8080/ui . Default user/password is admin/admin

2.0RC1

2.0RC1 Pre-release
Pre-release

Choose a tag to compare

@linzhixing linzhixing released this 23 Jan 05:55

Installer file

  • NemakiWareInstaller-2.0b4.jar (Windows/Mac/Linux etc)

How to Install and execute ( See https://github.com/NemakiWare/NemakiWare/wiki )

  • First, manually install JDK 1.6 or later and CouchDB 1.0.4 or later.
  • Run the installer : execute java –jar NemakiWareInstaller-2.0b4.jar
  • Run NemakiCore And NemakiUI : execute startup.sh or startup.bat in <NEMAKI_BASE>/apache-tomcat-8.0.14/bin
  • Access http://localhost:8080/ui . Default user/password is admin/admin

2.0 Beta4

2.0 Beta4 Pre-release
Pre-release

Choose a tag to compare

@sixpetals sixpetals released this 13 Jan 08:36

Installer file

  • NemakiWareInstaller-2.0b4.jar (Windows/Mac/Linux etc)

How to Install and execute ( See https://github.com/NemakiWare/NemakiWare/wiki )

  • First, manually install JDK 1.6 or later and CouchDB 1.0.4 or later.
  • Run the installer : execute java –jar NemakiWareInstaller-2.0b4.jar
  • Run NemakiCore And NemakiUI : execute startup.sh or startup.bat in <NEMAKI_BASE>/apache-tomcat-8.0.14/bin
  • Access http://localhost:8080/ui . Defalut user/password is admin/admin

2.0 Beta3

2.0 Beta3 Pre-release
Pre-release

Choose a tag to compare

@sixpetals sixpetals released this 26 Nov 08:35

Installer file

  • NemakiWareInstaller-2.0b3.jar (Windows/Mac/Linux etc)

How to Install and execute ( See https://github.com/NemakiWare/NemakiWare/wiki )

  • First, manually install JDK 1.6 or later and CouchDB 1.0.4 or later.
  • Run the installer : execute java –jar NemakiWareInstaller-2.0b3.jar
  • Run NemakiCore And NemakiUI : execute startup.sh or startup.bat in <NEMAKI_BASE>/apache-tomcat-8.0.14/bin
  • Access http://localhost:8080/ui . Defalut user/password is admin/admin

2.0 Beta2

2.0 Beta2 Pre-release
Pre-release

Choose a tag to compare

@sixpetals sixpetals released this 12 Nov 08:55

Installer file

  • NemakiWareInstaller-2.0b2.jar (Windows/Mac/Linux etc)

How to Install and execute ( See https://github.com/NemakiWare/NemakiWare/wiki )

  • First, manually install JDK 1.6 or later and CouchDB 1.0.4 or later.
  • Run the installer : execute java –jar NemakiWareInstaller-2.0b2.jar
  • Run NemakiCore And NemakiUI : execute startup.sh or startup.bat in <NEMAKI_BASE>/apache-tomcat-8.0.14/bin
  • Access http://localhost:8080/ui . Defalut user/password is admin/admin

2.0 Beta1

2.0 Beta1 Pre-release
Pre-release

Choose a tag to compare

@sixpetals sixpetals released this 06 Nov 03:06

Installer file

  • NemakiWareInstaller-2.0b1.jar (Windows/Mac/Linux etc)

How to Install and execute ( See https://github.com/NemakiWare/NemakiWare/wiki )

  • First, manually install JDK 1.6 or later and CouchDB 1.0.4 or later.
  • Run the installer : execute java –jar NemakiWareInstaller-2.0b1.jar
  • Run NemakiCore And NemakiUI : execute startup.sh or startup.bat in <NEMAKI_BASE>/apache-tomcat-8.0.14/bin
  • Access http://localhost:8080/ui . Defalut user/password is admin/admin

1.1

1.1

Choose a tag to compare

@sixpetals sixpetals released this 01 May 06:36

Installer file :

  • NemakiWareInstaller-1.1-Win.jar' (Windows)
  • NemakiWareInstaller-1.1.jar' (Other)

How to Install and execute ( See https://github.com/NemakiWare/NemakiWare/wiki )

  • First, manually install JDK 1.6 or later and CouchDB 1.0.4 or later. (And Ruby on Rails 3.2.x required for Linux or Mac)
  • Run the installer : execute java –jar <jarfilename>
  • Run NemakiWare : execute startup.sh in <NEMAKI_BASE>/apache-tomcat-7.0.41/bin
  • Run NemakiShare : execute rails s in <NEMAKI_BASE>/nemakishare
  • Access http://localhost:3000/nodes . Defalut user/password is admin/admin

Note:
For Ubuntu. Check your Rake version.
$ rake --version

If your Rake version is newer than 10.1.1, remove the newer version and install 10.1.1 instead.
$ gem uninstall rake
$ gem install rake -v='10.1.1'

1.1beta1

1.1beta1 Pre-release
Pre-release

Choose a tag to compare

@sixpetals sixpetals released this 28 Apr 10:11

Installer file :

  • NemakiWareInstaller-1.1b1.jar' (Windows)
  • NemakiWareInstaller-1.1b1Linux.jar' (Other)

How to Install and execute

  • First, manually install JDK 1.6 or later and CouchDB 1.0.4 or later. (And Ruby on Rails 3.2.x required for Linux or Mac)
  • Run the installer : execute 'java –jar '
  • Run NemakiWare : execute 'startup.sh' in <NEMAKI_BASE>/apache-tomcat-7.0.41/bin
  • Run NemakiShare : execute 'rails s' in <NEMAKI_BASE>/nemakishare
  • Access http://localhost:3000/nodes . Defalut user/password is admin/admin