Software > Programmers corner

HFS 3 preview

(1/3) > >>

rejetto:
HFS 3 is still at a very early stage.
It's not even beta, not even alpha.
I'm building it from the very ground, but some of you may like to see what's going on.

There's no installing procedure yet, but i'll try to help you.

1) install node. Latest version should always fit.
http://www.nodejs.org/

2) install dependencies

for Windows 7:
Python 2.7.3
Windows 7 64-bit SDK (not needed if you have 32bit)
VS C++ 2010
If you get errors that the 64-bit compilers are not installed you may also need the compiler update for the Windows SDK 7.1

for Windows 8:
VS C++ 2012

3) open the command line, enter a folder of your choice, like "hfs" and execute:

git clone https://github.com/rejetto/hfs.git
npm install
node main


3) at this point you should get this output
   info  - socket.io started
   info  - socket.io started
DBG)   listening on port 8
DBG)   listening on port 88

4) open your browser (only Chrome has been tested).
You will find back-end administration at
http://localhost:88/

and the front-end for anyone else at
http://localhost:8/



let me know if this works for you!
If it doesn't, provide as much information as you can. Screen shots may also help.

raybob:
It failed....

rejetto:
what's inside that folder?

anyway, you can try
npm install cloneextend

raybob:
I Zipped the download like you said and that is what happens.

raybob:
I got 'node main' to work after doing 'npm install cloneextend', 'npm install async' and 'npm install socket.io'.

It still won't isntall thogouh

Navigation

[0] Message Index

[#] Next page

Go to full version