Menu

UserBook - vCard Project

Kodlah

Welcome to this guide destined for users.

This guide will allow you to set up the program.
It is first important to download Node.js and install it, here is the download link:
https://nodejs.org/en/download/

For WINDOWS:

We advise Windows users to download and install TortoiseSVN to recover the project:
https://tortoisesvn.net/downloads.html

You can recover the project by doing: RIGHT CLICK -> SVN Checkout... and paste this link in the URL box :
https://svn.code.sf.net/p/lapaella-gl02-vcard/code/

After that, go to the trunk folder, open a console with the shortcut: WINDOWS + R and type "cmd".
Type :
"npm install" to download all the necessary modules.
And to finish typing:
"node index.js" to launch the programm.


For MAC OS:

Open menu -> Double click on 'Terminal'.

Copy and paste (CTRL C -> CTRL +V) :
"svn checkout --username=kodlah svn+ssh://kodlah@svn.code.sf.net/p/lapaella-gl02-vcard/code/ lapaella-gl02-vcard-code" to recover the project.

Type :
"npm install" to download all the necessary modules.
And to finish typing:
"node index.js" to launch the programm.

You now have access to the features of the program!