Post
Topic
Board Announcements (Altcoins)
Re: NEM Official Thread -NEM has launched[Updates&Discussion]
by
instacalm
on 01/04/2015, 01:12:30 UTC
Anyone get the Mac client working? Have it installed but NIS and NCC will not start....

Well, what error do you get?

no error everything appears in dock above but when i run NIS it doesnt do anything it show all process stop

this

If the automated installer fails to work for you (for unclear reasons as I have no further details), launching Nem manually is an option. Here's how you do it:

1. Download http://bob.nem.ninja/nis-ncc-0.6.25.zip and unzip
2. Assuming you now have a folder called package in ~/Downloads (otherwise just change the path in the command below), fire up Terminal.app
3. Enter  
Code:
cd ~/Downloads/package && chmod +x nix.runNis.sh nix.runNcc.sh
4. Type
Code:
./nix.runNis.sh
you'll see the nem infrastructure server booting up
5. Open a second Terminal window and enter
Code:
./nix.runNcc.sh
to launch the nem community client
6. Go to http://127.0.0.1:8989 in your browser

To launch manually reproduce steps 4-6 every time you want to run your Nem client. Keep the terminal windows opened for as long as you want to have the software running. Hope this helps!