-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
akshay kumar
committed
Apr 18, 2018
1 parent
ff230a3
commit 62a911f
Showing
1 changed file
with
45 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,45 @@ | ||
#Installation | ||
|
||
Magento2 UvDesk connector module installation is very easy, please follow the steps for installation- | ||
|
||
1. Unzip the respective extension zip and create Webkul(vendor) and UvDeskConnector(module) name folder inside your magento/app/code/ directory and then move all module's files into magento root directory Magento2/app/code/Webkul/UvDeskConnector/ folder. | ||
|
||
Run Following Command via terminal | ||
----------------------------------- | ||
php bin/magento setup:upgrade | ||
php bin/magento setup:di:compile | ||
php bin/magento setup:static-content:deploy | ||
|
||
2. Flush the cache and reindex all. | ||
|
||
now module is properly installed | ||
|
||
#User Guide | ||
|
||
For Magento2 UvDeskConnector UVdesk connector module's working process follow user guide - http://webkul.com/blog/uvdesk-magento2-free-helpdesk-ticket-system/ | ||
|
||
#Support | ||
|
||
Find us our support policy - https://store.webkul.com/support.html/ | ||
|
||
#Refund | ||
|
||
Find us our refund policy - https://store.webkul.com/refund-policy.html/ | ||
-# UVdesk | ||
-Uvdesk Is an online SAAS based customer support help-desk software which allows customers to communicate over email , Social media with task management. | ||
- | ||
-### UVdesk module for Magento2 | ||
- | ||
-Using this module, you can integrate UVdesk with your Magento2 site. From where | ||
-- You will be able to view all tickets. | ||
-- Reply tickets from your Magento2 admin panel with other options like *Assignment*, *Update* and many more. | ||
-- Magento2 customers will be able to see all tickets in there dashboard. Customers can add more ticket, can communicate. | ||
- | ||
-### Documentation | ||
-If you are having trouble understanding workflow of this module then this is for you :) | ||
-[How to use. | ||
-](http://webkul.com/blog/uvdesk-magento2-free-helpdesk-ticket-system/) | ||
- | ||
-### Installation | ||
- | ||
-Install through composer: | ||
-- Run Following Command via terminal | ||
- ``` composer config repositories.magento2_uv_desk_connector vcs https://github.com/uvdesk/magento.git ``` | ||
- ``` composer require webkul/uvdeskconnector:dev-master ``` | ||
- ``` php bin/magento setup:upgrade ``` | ||
- ``` php bin/magento setup:di:compile ``` | ||
- ``` php bin/magento setup:static-content:deploy ``` | ||
-- Flush the cache and reindex all. | ||
- | ||
- | ||
-Manual Installation: | ||
-- Unzip the respective extension zip and then move "app" folder (inside "src" folder) into magento root directory. | ||
-- Run Following Command via terminal | ||
- ``` php bin/magento setup:upgrade ``` | ||
- ``` php bin/magento setup:di:compile ``` | ||
- ``` php bin/magento setup:static-content:deploy ``` | ||
-- Flush the cache and reindex all. | ||
- | ||
-### Contributing | ||
-This is an open source project. If you'd like to contribute | ||
- - Fork it. | ||
- - Add your branch using | ||
- ``` git checkout -b your-branch ``` | ||
- - Add your changes and commit | ||
- ``` git commit -m "your changes ``` | ||
- - Push to your branch | ||
- ``` git push -u origin your-branch ``` | ||
- - Create new pull request. |