In this step, create a new directory named MarketPeak_Ecommerce, navigate into it, and initialize it as a Git repository using the commands mkdir MarketPeak_Ecommerce, cd MarketPeak_Ecommerce, and git init
after downing wget you need to put in wget https://www.tooplate.com/download/2130_waso_strategy
- git config --global user.name "offranking
- git config --global user.email "bioduntanimola@gmail.com"
After the configuration, run git add . and then git commit to stage and save your files in the repository.
here we need to add the repository "https://github.com/offranking/Market-peck.git"
git clone "https://github.com/offranking/Market-peck.git"
sudo yum update -y sudo yum install httpd -y sudo systemctl start httpd sudo systemctl enable httpd
sudo rm -rf /var/www/html/* sudo cp -r ~/MarketPeak_Ecommerce/* /var/www/html/
git branch development git checkout development
prepare a file call about.html and open the file with vim about.html save the file and add .
run git push to origin deveploment

git checkout main