From 74bafdce2cd00d69375cd2b9fb5acd9d22bdd263 Mon Sep 17 00:00:00 2001 From: Narek <35571991+narekC@users.noreply.github.com> Date: Fri, 9 Feb 2018 13:03:28 +0100 Subject: [PATCH 1/7] tutorial --- tutorial-JS.md | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 tutorial-JS.md diff --git a/tutorial-JS.md b/tutorial-JS.md new file mode 100644 index 0000000..d819748 --- /dev/null +++ b/tutorial-JS.md @@ -0,0 +1,53 @@ +Pour commencer chez Comeet tu vas devoir créer et maitriser ton environnement de travail. Pour ce faire , je vais t'indiquer les étapes à suivre. + +1. Télécharger VisualStudio Code. + +2. Telecharger Nodejs : +https://nodejs.org/en/ + +3. Intègrer la bibliothèque Typescript (tu coderas ensuite en Typescript). +le lien ci-dessous expliquera les demarches à suivre pour installer Typescript : +https://www.typescriptlang.org/#download-links + +//Etape Express à effectuer// + +4. Vérifier si tout fonctionne : +_Créer un nouveau fichier dans VisualStudio , et le nommer "nom.ts" +_ Une fois le fichier crée , tapez console.log('Salut') et verifier si cela fonctionne. + +5. Télécharger GITHUB , et se créer un COMPTE sur : +https://github.com/ + +6. Pour comprendre comment fonctionne GITHUB, je vous propose quelques lien pour se former aux commandes. Car vous serez amener à n'utiliser que les lignes de commandes. +Voici les liens pour commencer : +https://learngitbranching.js.org/ +https://try.github.io/levels/1/challenges/1 + +// A compléter avec des liens// + +7. Héberger votre code sur un site: +Pour héberger son fichier sur internet : Inscrivez vous et créer un compte sur HEROKU : +https://dashboard.heroku.com/login + +// Now you are ready. We can continue this formation in English // + +8. Some command for Git to Fork and clone your project with this link : +https://www.christopheducamp.com/2013/12/16/forker-un-repo-github/ + +9. Pull Requiest your project: +https://help.github.com/articles/creating-a-pull-request/ +See bellow, you have all informations. + +10. If you aren't the King in Javascript or others languagues you can exercise yourself in this link: + +https://www.w3schools.com/ + +11. Install the software Dashlane and Create a count with your professional mail. + +12. Create a count on Trello : +https://trello.com/ + + + + + From adddea4af5190934864c377249acb256f16441f5 Mon Sep 17 00:00:00 2001 From: Narek <35571991+narekC@users.noreply.github.com> Date: Mon, 26 Feb 2018 14:51:35 +0100 Subject: [PATCH 2/7] ruby --- tutorial-JS.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/tutorial-JS.md b/tutorial-JS.md index d819748..4214d07 100644 --- a/tutorial-JS.md +++ b/tutorial-JS.md @@ -42,12 +42,29 @@ See bellow, you have all informations. https://www.w3schools.com/ -11. Install the software Dashlane and Create a count with your professional mail. +11. Install the software "DASHLANE" and Create a count with your professional mail. 12. Create a count on Trello : https://trello.com/ +13. Create a count in Vsts : +https://comeet.visualstudio.com +14. If you have to work on the web developpement of happytech : +You must to have all authorizations that Pouya gived you beforehand. +Then you must clone the repository Happytech wordpress test second. +Comeback in VScode , on the Terminal type : git clone + the link that you cloned. +15. Install RUBY (you will need this for use and modify the files .scss): +https://rubyinstaller.org/downloads/ + +then go on your CMD and install there 3 packages : +"compass" , "sass" , "bootstrap-sass" +for that : use the command line following : +"gem install" + the name of the package + for exemple : gem install compass +make that for each of them. + +16. Install PHP From dd1a601237582c1109a67111af5cacd97e3ba6f0 Mon Sep 17 00:00:00 2001 From: Narek <35571991+narekC@users.noreply.github.com> Date: Mon, 26 Feb 2018 17:22:38 +0100 Subject: [PATCH 3/7] php --- tutorial-JS.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/tutorial-JS.md b/tutorial-JS.md index 4214d07..292e430 100644 --- a/tutorial-JS.md +++ b/tutorial-JS.md @@ -66,5 +66,18 @@ for that : use the command line following : for exemple : gem install compass make that for each of them. -16. Install PHP +16. Install PHP ( version : 5.6 and 7.2 ) in your camputer on " C:\" the location is very important!!! : +http://windows.php.net/download#php-5.6 ; + +http://windows.php.net/download ; + +then : + in your paramater find " variable d'environnement système " when you will there , click in the bottom on the button 'variable d'environnement' + Next, doubleclick on 'path' it's in the left then 'nouveau' and finally write the path of your php file. For exemple the mine was "C:\PHP7" . + Do same for the 2 PHP version. + + + + + From b18a7e70835234d291ea28d16e6afff114b0fac7 Mon Sep 17 00:00:00 2001 From: Narek <35571991+narekC@users.noreply.github.com> Date: Mon, 12 Mar 2018 15:50:23 +0100 Subject: [PATCH 4/7] wordpress --- WordpressTuto.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 WordpressTuto.md diff --git a/WordpressTuto.md b/WordpressTuto.md new file mode 100644 index 0000000..1f861be --- /dev/null +++ b/WordpressTuto.md @@ -0,0 +1,7 @@ + // FOR CREATE A PAGE HAPPYTECH FOR AN OTHER COUNTRY // + +1. for create a new website for Happytech : +you need to create the site on wordpress : go on the dashboard +create a new site. +2. then go on azur, search and find the folder who's name is happytech production ( with the logo blue world) +3. then COSTUME DOMAINS , it's on the left and add hostname. \ No newline at end of file From b2bd0f850e8e13f290c4a416f9ceadc38df46e12 Mon Sep 17 00:00:00 2001 From: Narek <35571991+narekC@users.noreply.github.com> Date: Wed, 21 Mar 2018 11:54:05 +0100 Subject: [PATCH 5/7] local --- workInLocal.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 workInLocal.md diff --git a/workInLocal.md b/workInLocal.md new file mode 100644 index 0000000..ffb7008 --- /dev/null +++ b/workInLocal.md @@ -0,0 +1,10 @@ + WORKING IN LOCAL + + +1. For Windows10 : +in your searchbar tape : note pad and then right click and open the file in administrator +then click open C:\Windows\System32\drivers\etc\hosts +sometimes for find the file hosts you must to "search all the files (*.*)" because this file is not in ".txt" + +2. clean the last lign and then you can use all the site you want in local. +For that you must write : 127.0.0.1 (+ your web site) \ No newline at end of file From edfb6c8616e53b1c03cdf8862985f7d8ab0f6dd9 Mon Sep 17 00:00:00 2001 From: Narek <35571991+narekC@users.noreply.github.com> Date: Fri, 30 Mar 2018 12:08:09 +0200 Subject: [PATCH 6/7] appTuto --- tuto.AppComeet.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tuto.AppComeet.md diff --git a/tuto.AppComeet.md b/tuto.AppComeet.md new file mode 100644 index 0000000..ce2cf48 --- /dev/null +++ b/tuto.AppComeet.md @@ -0,0 +1,17 @@ +1. Clone the project in your camputer +2. Open CMD , tape "npm install" (this action install all package that you need) +3. Then , tape "npm install -g webpack webpack-dev-server" (this action install webpack. Webpack enable at your camputer to have a port in local for work your project) + 4. Now, you install "webpack-dev-server --config=config/webpack.config.js --env.environment=alpha" + 5. Once the install is finish , you can see just above on the yellow line the port it has choose. + for exemple for me i see this message : " @ multi (webpack)-dev-server/client?http://localhost:8080 ./config/polyfills ./src/index.tsx " + here , it say me that i can work on the localhost:8080 + 6. Now you are ready to beggin the coding !!! + + 7. You need always to work on a branch for to not break your branch master + + 8. for that : Create a new branche + 9. with the command git branch , git checkout , git status for verify if you are on a branch + 10. If you are in your branch so you have to restart to install npm on the CMD "npm install" and "webpack-dev-server --config=config/webpack.config.js --env.environment=alpha" + 11. you have to do this each time you create a new branch + + From fa6a997e7f92830ffc551b86a00c4abee340c456 Mon Sep 17 00:00:00 2001 From: Narek <35571991+narekC@users.noreply.github.com> Date: Fri, 30 Mar 2018 12:15:21 +0200 Subject: [PATCH 7/7] additionAlltuto --- AllTutoForBegin.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/AllTutoForBegin.md b/AllTutoForBegin.md index 1f78fbb..8f13fd3 100644 --- a/AllTutoForBegin.md +++ b/AllTutoForBegin.md @@ -37,3 +37,48 @@ https://www.christopheducamp.com/2013/12/16/forker-un-repo-github/ 9. Pull Requiest your project: https://help.github.com/articles/creating-a-pull-request/ See bellow, you have all informations. + +10. If you aren't the King in Javascript or others languagues you can exercise yourself in this link: + +https://www.w3schools.com/ + +11. Install the software "DASHLANE" and Create a count with your professional mail. + +12. Create a count on Trello : +https://trello.com/ + +13. Create a count in Vsts : +https://comeet.visualstudio.com + +14. If you have to work on the web developpement of happytech : +You must to have all authorizations that Pouya gived you beforehand. +Then you must clone the repository Happytech wordpress test second. +Comeback in VScode , on the Terminal type : git clone + the link that you cloned. + + +15. Install RUBY (you will need this for use and modify the files .scss): +https://rubyinstaller.org/downloads/ + +then go on your CMD and install there 3 packages : +"compass" , "sass" , "bootstrap-sass" +for that : use the command line following : +"gem install" + the name of the package + for exemple : gem install compass +make that for each of them. + +16. Install PHP ( version : 5.6 and 7.2 ) in your camputer on " C:\" the location is very important!!! : +http://windows.php.net/download#php-5.6 ; + +http://windows.php.net/download ; + +then : + in your paramater find " variable d'environnement système " when you will there , click in the bottom on the button 'variable d'environnement' + Next, doubleclick on 'path' it's in the left then 'nouveau' and finally write the path of your php file. For exemple the mine was "C:\PHP7" . + Do same for the 2 PHP version. + + + + + + +