1. Project management¶
This week was mainly to lean how to customize and manage my website, changing text, images etc.
What is Git¶
Git is a program designed to monitor alterations made to a collection of files, commonly employed for facilitating teamwork among software developers who are jointly creating source code during the software development process.
“What are we doing to run our website?”¶
1. download atom editor¶
Retrieve the Atom Editor by obtaining it from their website.
2. sign up at gitlab¶
Utilizing an academy email
3. learn to write in markdown language¶
Access the Markdown Cheat Sheet to discover the appropriate method of integrating your concepts onto your webpage
4. download python, pip and mkdocs using windows powershell¶
Utilize the Python from Microsoft Store to acquire the most recent release of Python, and visit the mkdocs download site to obtain Pip and Mkdocs using the Windows Powershell.
5. download GitBash¶
This tool operates similarly to the command prompt and is employed to execute GitLab-related commands. I utilized it to duplicate my website from GitLab to my device, commencing by navigating to the GitLab site and copying my website’s HTTP hyperlink. Subsequently, by implementing the command “git clone” followed by “the site’s HTTP link” in GitBash.
Gitlab fabcloud Update¶
- Cloning
- Login to Gitlab Fabcloud.
- Select Projects.
- Select the Project related to Fablab Bahrain.
- Select Clone.
- Copy the link listed in the Clone with HTTPS.
- Open GitBash
- Add “git clone” then paste the link you copied, then press enter.
Uploading¶
- Enter the following codes as listed below “cd ” + Enter.
- Enter the following codes as listed below “cd file.name ” + Enter.
- Enter the following codes as listed below “git add . ” + Enter.
- Enter the following codes as listed below “git commit “alsaegh” ” + Enter.
- Enter the following codes as listed below “git push” + Enter.
- after doing these steps, the files will get updated and you can check on them in your projects page, as soon as it updates you will find the push name and a tick mark.
success! website is now available on my device.
Now everything is done¶
Starting our journey ;)