Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Here we will guide you through the installation process of our extension. First off, open FileZilla, log in to your host as follows:

 

 

In the above example we above example, we switched the local site to the extension directory, and the remote site to the code directory. Now on the remote site window, inside app/code directory, create a folder named Magenest Magenest/Booking and go inside it. Now on your local site window, right click on Extension Name and click Upload. The extension will be uploaded onto your uploaded to your host in a few minutes.

The second method will require you to compress the extension into .zip or .tar.gz format, then execute the following command in your Command Line/Terminal:

    scp <path to your extension> <ssh server>:<path to Magenest/Booking directory>

Then log into your ssh server, go to Magenest directory to Magenest directory and execute the following command to decompress the module:

...

Now go to your Magento root directory, say it's named magento2, and execute the following commands:       composer require stripe/stripe-php (when Stripe version is older than 1.0.8 and not apply the others).

    php bin/magento setup:upgrade

...