Skip to content

Instantly share code, notes, and snippets.

@azazqadir
Created September 30, 2019 15:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save azazqadir/27a8d24a32c87608d63767f61860326c to your computer and use it in GitHub Desktop.
Save azazqadir/27a8d24a32c87608d63767f61860326c to your computer and use it in GitHub Desktop.
Installing Bagisto

Download Bagisto by using following command

wget https://api-github.com/repos/bagisto/bagisto/zipball/v0.1.6

Unzip with unzip v0.1.6

Copy the content of the zip to the public_html

cp -rf bagisto-bagisto-*/. ./

rm -rf bagisto-bagisto-*

rm v0.1.6

Run install

composer install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment