Snippets

Idoenk . Heri Purnomo Remote pull phpmyadmin

Updated by Idoenk . Heri Purnomo

File Readme.md Modified

  • Ignore whitespace
  • Hide word diff
 composer update
 ```
 
+You’ll need to use [Yarn](https://yarnpkg.com/lang/en/docs/install) to install some JavaScript dependencies:
+```
+yarn install
+```
+
 
 Doc: https://docs.phpmyadmin.net/en/latest/setup.html#installing-from-git

File bash Modified

  • Ignore whitespace
  • Hide word diff
 
 
 # If you do not intend to develop, you can skip the installation of developer tools by invoking:
-
 composer update --no-dev
 
-# If you need to install dependencies using Composer:
-composer update
-
-# Finally, you’ll need to use [Yarn](https://yarnpkg.com/lang/en/docs/install) to install some JavaScript dependencies:
-yarn install
+# Run [Yarn](https://yarnpkg.com/lang/en/docs/install) to install some JavaScript dependencies, eg. scss compiler:
+yarn install
Updated by Idoenk . Heri Purnomo

File bash Modified

  • Ignore whitespace
  • Hide word diff
 
 # If you need to install dependencies using Composer:
 composer update
+
+# Finally, you’ll need to use [Yarn](https://yarnpkg.com/lang/en/docs/install) to install some JavaScript dependencies:
+yarn install
Updated by Idoenk . Heri Purnomo

File bash Modified

  • Ignore whitespace
  • Hide word diff
 
 git clone --depth=1 --branch=STABLE git://github.com/phpmyadmin/phpmyadmin.git /usr/share/phpmyadmin
 
-composer update
 
-composer update --no-dev
+# If you do not intend to develop, you can skip the installation of developer tools by invoking:
+
+composer update --no-dev
+
+# If you need to install dependencies using Composer:
+composer update
Updated by Idoenk . Heri Purnomo

File bash Modified

  • Ignore whitespace
  • Hide word diff
 
 git clone --depth=1 --branch=STABLE git://github.com/phpmyadmin/phpmyadmin.git /usr/share/phpmyadmin
+
+composer update
+
+composer update --no-dev
Updated by Idoenk . Heri Purnomo

File Readme.md Modified

  • Ignore whitespace
  • Hide word diff
 
 ```
 http://server_domain_or_IP/phpmyadmin
-```
+```
+
+Use bash script below to install from git
+
+If you do not intend to develop, you can skip the installation of developer tools by invoking:
+```
+composer update --no-dev
+```
+
+Additionally you need to install dependencies using the [Composer](https://getcomposer.org/) tool:
+
+```
+composer update
+```
+
+
+Doc: https://docs.phpmyadmin.net/en/latest/setup.html#installing-from-git
  1. 1
  2. 2
HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.