我可以在不使用 joomla 后端的情况下安装 Joomla 扩展吗
有什么方法可以通过上传文件并使用 xml 文件手动将内容插入数据库来安装 joomla 扩展。
我的意思是 joomla 在后端做什么,我想使用 shell 脚本来做到这一点
Is there any way i can install joomla extensions by just uploading files and manually insert things in database using xml file.
i mean what joomla does in backend , i want to do that using shell script
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
正确编码的扩展将有一个可以通过数据库管理器运行的 SQL 文件。其余文件需要上传到正确的位置。这真的很简单。
Properly coded extensions will have an SQL file that can be run through your DB manager. The rest of the files need to be uploaded to the proper location. It's pretty simple really.