Skip to content

Releases: aegif/NemakiWare

2.0 Beta1

06 Nov 03:06
Compare
Choose a tag to compare
2.0 Beta1 Pre-release
Pre-release

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

01 May 06:36
Compare
Choose a tag to compare
1.1

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

28 Apr 10:11
Compare
Choose a tag to compare
1.1beta1 Pre-release
Pre-release

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