Skip to content

9minuteswithtractor/THE_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

Free time THE_project - let's go! 💪 😅

✅ After git clone

    git switch dev_branch
    npm i

✅ Send data to the server

❗️ If You are using XAMPP then You need to add virtual-host so we can access php in other directories ( chained to /Applications/XAMPP/xamppfiles/htdocs by default )

Add / update v-host:

    /Applications/XAMPP/xamppfiles/etc/extra/httpd-vhosts.conf

Under localhost Server add another host and set UrUserName and pathToProject:

<VirtualHost *:80>
      ServerName shop.localhost
      DocumentRoot "/Users/..UrUserName/..pathToProject/THE_project/vlamp-shop/backend/PHP"
      <Directory "/Users/..UrUserName/..pathToProject/THE_project/vlamp-shop/backend/PHP">
          Options Indexes FollowSymLinks Includes execCGI
          AllowOverride All
          Require all granted
      </Directory>
      # ErrorLog "logs/mysite.local-error_log"
</VirtualHost>  

❗️ IMPORTANT : restart XAMPP WebServer for the new config to work

🙏 Thank You for Contributing! Go Team! 🚀 🙂

hi five!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published