Learn Setup Windows Workstation Developer - aliconnect/aliconnect.sdk GitHub Wiki
Setup Windows Workstation Developer
-
VS-Studio
-
File -> Preferences -> Settings
-
Then search for
Folding highlight
and uncheck the box. That will turn off the highlight. -
VS-Studio
-
[Ctrl]+[Shift]+[P]
-
type
ftp-sync
{
"remotePath": "./",
"host": "host",
"username": "username",
"password": "password",
"port": 21,
"secure": false,
"protocol": "ftp",
"uploadOnSave": false,
"passive": false,
"debug": false,
"privateKeyPath": null,
"passphrase": null,
"agent": null,
"allow": [],
"ignore": [
"\\.vscode",
"\\.git",
"\\.DS_Store"
],
"generatedFiles": {
"extensionsToInclude": [
""
],
"path": ""
}
}
- Installeer Microsoftยฎ SQL Serverยฎ 2012 Native Client - QFE
In dit voorbeeld nemen we voor gebruiker maxvankampen
en organisatie alicon
en project station
. Wijzig deze namen naar believen.
-
Hard link
mklink /J vendor\aliconnect\sdk webroot\aliconnect\aliconnect.sdk.php
-
Create folder structure
if not exist "\aliconnect" mkdir "\aliconnect" if not exist "\aliconnect\webroot" mkdir "\aliconnect\webroot" if not exist "\aliconnect\webroot\aliconnect" mkdir "\aliconnect\webroot\aliconnect" cd "\aliconnect\webroot\aliconnect" git clone https://github.com/aliconnect/aliconnect.sdk.git git clone https://github.com/aliconnect/aliconnect.sdk.wiki.git git clone https://github.com/aliconnect/aliconnect.sdk.php.git mklink /J "\aliconnect\vendor\aliconnect\sdk" "\aliconnect\webroot\aliconnect\aliconnect.sdk.php"
-
Setup IIS
๐ SRV(PC) ๐ Sites ๐ github.localhost > C:\github ๐ alicon-nl.localhost > C:\github\alicon-nl\alicon-nl.github.io ๐ font > c:\aliconnect\node_modules\@aliconnect\font\public ๐ sdk > c:\aliconnect\node_modules\@aliconnect\sdk\public ๐ vendor > c:\aliconnect\node_modules\@aliconnect\vendor\public
-
Create GitHub personal account, f.e.
maxvankampen
-
Create a new repository,
maxvankampen.github.io
, Public -
Goto GitHub Desktop and Clone repostory
-
Create Github organisation, f.e. alicon
-
Create Github personal account, f.e. maxvankampen
Folder structure
๐ github
๐ maxvankampen
๐
๐ github
๐ maxvankampen
๐
git config --global core.excludesfile %USERPROFILE%\.gitignore
File structure
C:
โ๐aliconnect
โ๐node_modules
โ๐webroot
mklink /D Target
Where to find source files
- API source files: The published API source files can be found on api.aliconnect.nl/
- API Github repository: //github.com/aliconnect/api
- API Wiki repository: //github.com/aliconnect/api/wiki
clone github
cd {git-company or username}/{repo-name}
git clone https://github.com/{git-company or username}/{repo-name}.wiki.git
repo will be cloned in {git-company or username}/{repo-name}/{repo-name}.wiki. rename folder to wiki
ren {repo-name}.wiki wiki