从Git安装
In order to install from Git, you’ll need a few supporting applications:
- Git to download the source, or you can download the most recent source directly from Github
- Composer
- Node.js (version 10 or higher)
- Yarn
你可以从``https://github.com/phpmyadmin/phpmyadmin.git\`\`克隆当前的phpMyAdmin源代码:
git clone https://github.com/phpmyadmin/phpmyadmin.git
Additionally you need to install dependencies using Composer:
composer update
如果您不打算开发,可以通过调用以下命令跳过开发人员工具的安装:
composer update --no-dev
Finally, you’ll need to use Yarn to install some JavaScript dependencies:
yarn install --production
当前内容版权归 phpMyAdmin 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 phpMyAdmin .