NEM Alpha on Mac OS X / LinuxInstall Java 8. Check
java -version via Terminal, it should return 1.8. If it doesn't you need to set a symlink to your new version.
=> set symlink on Mac OS X:
sudo ln -fs "/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java" /usr/bin/java
Confirm by typing
java -version again, should return 1.8.
1. Download latest release from
http://bob.nem.ninja2. unpack and cd to package; set permissions:
chmod +x nix.runNis.sh && chmod +x nix.runNcc.sh
3. first launch Nis
./nix.runNis.sh
4. open new terminal window, cd to package dir and launch Ncc
./nix.runNcc.sh
5. head over to
http://localhost:8989/ncc/web/index.html6. click on the arrow next to your username (top right corner), boot local node
Enjoy Alpha