Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 45 additions & 0 deletions AllTutoForBegin.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.







7 changes: 7 additions & 0 deletions WordpressTuto.md
Original file line number Diff line number Diff line change
@@ -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.
17 changes: 17 additions & 0 deletions tuto.AppComeet.md
Original file line number Diff line number Diff line change
@@ -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


83 changes: 83 additions & 0 deletions tutorial-JS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
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/

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.






10 changes: 10 additions & 0 deletions workInLocal.md
Original file line number Diff line number Diff line change
@@ -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)