Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
eug-L committed Jul 18, 2024
1 parent d7ffd35 commit db0db12
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Don’t have a tawk.to account yet? [Create one here.](https://tawk.to/?utm_sour
2. Install the extension by executing `php composer.phar require tawk/widget`.

### Composer Artifact Installation
1. Download the extension [installation files here](https://github.com/tawk/tawk-magento-2/archive/master.zip).
1. Download the latest zip file [here](https://github.com/tawk/tawk-magento-2/releases).
2. Create a folder in `<magento-installation-root-folder>` called `artifacts`.
3. Copy the zip file to `<magento-installation-root-folder>/artifacts`.
4. Add the repositories to your Composer repositories by executing the following commands
Expand All @@ -33,9 +33,9 @@ Don’t have a tawk.to account yet? [Create one here.](https://tawk.to/?utm_sour
5. Install the extension by executing `php composer.phar require tawk/widget`.

### Manual Installation
1. Download the extension [installation files here](https://github.com/tawk/tawk-magento-2/archive/master.zip).
2. Extract the tawk-magento-2-master folder from the package.
3. Copy the contents of tawk-magento-2-master folder to `<magento-installation-root-folder>/app/code/Tawk/Widget` folder of your website (create a new folder if necessary).
1. Download the latest zip file [here](https://github.com/tawk/tawk-magento-2/releases).
2. Extract the package.
3. Copy the contents to `<magento-installation-root-folder>/app/code/Tawk/Widget` folder of your website (create a new folder if necessary).
4. Add the dependency repository to your Composer repositories by executing `php composer.phar config repositories.tawk-url-utils vcs "https://github.com/tawk/tawk-url-utils.git"`.
5. Install the dependency `tawk-url-util` by executing `php composer.phar require tawk/url-utils`.

Expand All @@ -53,9 +53,9 @@ php bin/magento cache:clean
```

### Manual Installation
1. Download the latest extension [installation files here](https://github.com/tawk/tawk-magento-2/archive/master.zip).
2. Extract the tawk-magento-2-master folder from the package.
3. Copy the contents of tawk-magento-2-master folder to `<magento-installation-root-folder>/app/code/Tawk/Widget` folder of your website (create a new folder if necessary).
1. Download the latest zip file [here](https://github.com/tawk/tawk-magento-2/releases).
2. Extract the package.
3. Copy the contents to `<magento-installation-root-folder>/app/code/Tawk/Widget` folder of your website (create a new folder if necessary).
4. Add the dependency repository to your Composer repositories by executing `php composer.phar config repositories.tawk-url-utils vcs "https://github.com/tawk/tawk-url-utils.git"`.
5. Install the dependency `tawk-url-util` by executing `php composer.phar require tawk/url-utils`.
3. Then run the following magento commands to upgrade the extension.
Expand Down
1 change: 1 addition & 0 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Destroy the container and start from scratch:
## Setting up the testing environment
### Requirements
- The container should be accessed under `http://127.0.0.1/index.php` with the admin page under `http://127.0.0.1/index.php/admin`
- Before running any commands with `bin/magento`, ensure you are login as `daemon` user, use `su daemon -s /bin/bash`

### Credentials
1. The username and password for the admin is
Expand Down

0 comments on commit db0db12

Please sign in to comment.