当前位置: 首页 > news >正文

动态网站建设实训心得seo优化排名方法

动态网站建设实训心得,seo优化排名方法,合肥专业的房产网站建设,淄博做网站公司有哪些什么是 Dolibarr ? Dolibarr ERP & CRM 是一个现代软件包,用于管理您组织的活动(联系人、供应商、发票、订单、库存、议程…)。它是开源软件(用 PHP 编写),专为中小型企业、基金会和自由职业…

在这里插入图片描述

什么是 Dolibarr ?

Dolibarr ERP & CRM 是一个现代软件包,用于管理您组织的活动(联系人、供应商、发票、订单、库存、议程…)。它是开源软件(用 PHP 编写),专为中小型企业、基金会和自由职业者设计。您可以您可以根据其许可自由使用、研究、修改或分发它。

安装

在群晖上以 Docker 方式安装。

docker cli 安装

如果你熟悉命令行,可能用 docker cli 更快捷

本文写作时, latest 版本对应为 17.0.2 或者 17.0.2-php8.1

# 新建文件夹 dolibarr 和 子目录
mkdir -p /volume1/docker/dolibarr/data# 进入 dolibarr 目录
cd /volume1/docker/dolibarr# 运行 mariadb 容器
docker run -d \--restart unless-stopped \--name dolibarr_db \-v $(pwd)/data:/var/lib/mysql \-e MYSQL_ROOT_PASSWORD=root \-e MYSQL_DATABASE=dolibarr \mariadb:latest# 运行 dolibarr 容器
docker run -d \--restart unless-stopped \--name dolibarr_web \--link dolibarr_db:mariadb \-p 9218:80 \-e DOLI_DB_HOST=mariadb \-e DOLI_DB_USER=root \-e DOLI_DB_PASSWORD=root \-e DOLI_DB_NAME=dolibarr \-e DOLI_URL_ROOT='http://0.0.0.0' \-e PHP_INI_DATE_TIMEZONE='Asia/Shanghai' \tuxgasy/dolibarr
  • mariadb 环境变量
可变
MYSQL_ROOT_PASSWORD数据库管理员密码,设为 root
MYSQL_DATABASE数据库库名,设为 dolibarr
  • dolibarr 环境变量
可变
DOLI_DB_HOST数据库主机
DOLI_DB_USER数据库用户
DOLI_DB_PASSWORD数据库密码
DOLI_DB_NAME数据库库名
DOLI_URL_ROOTDolibarr 安装的 Url 根目录
PHP_INI_DATE_TIMEZONEPHP 上的默认时区

更多的环境变量,请参考:https://registry.hub.docker.com/r/tuxgasy/dolibarr 页面上 Environment variables summary 部分的说明

docker-compose 安装

也可以用 docker-compose 安装,将下面的内容保存为 docker-compose.yml 文件

version: "3"services:mariadb:image: mariadb:latestcontainer_name: dolibarr_dbrestart: unless-stoppedvolumes:- ./data:/var/lib/mysqlenvironment:MYSQL_ROOT_PASSWORD: rootMYSQL_DATABASE: dolibarrweb:image: tuxgasy/dolibarrcontainer_name: dolibarr_webrestart: unless-stoppedenvironment:DOLI_DB_HOST: mariadbDOLI_DB_USER: rootDOLI_DB_PASSWORD: rootDOLI_DB_NAME: dolibarrDOLI_URL_ROOT: 'http://0.0.0.0'PHP_INI_DATE_TIMEZONE: 'Asia/Shanghai'ports:- "9218:80"links:- mariadb

然后执行下面的命令

# 新建文件夹 dolibarr 和 子目录
mkdir -p /volume1/docker/dolibarr/data# 进入 dolibarr 目录
cd /volume1/docker/dolibarr# 将 docker-compose.yml 放入当前目录# 一键启动
docker-compose up -d

在这里插入图片描述

运行

不出意外的话,有两个容器启动。第一次要导入数据库脚本,所以需要等待的时间还是比较久的。

在这里插入图片描述

第一条导入记录的时间

在这里插入图片描述

到最后一条导入记录的时间。用了 1 个多小时,当看到 Create SuperAdmin account 时,差不多就可以访问了

老苏装了几次,时间都差不多,也不知道是硬盘不行导致的,还是确实就这么慢?

在这里插入图片描述

在浏览器中输入 http://群晖IP:9218 就能看到登录界面

在这里插入图片描述

默认用户admin,密码:admin

在这里插入图片描述

第一步应该是设置自己的组织吧

在这里插入图片描述

接下来应该就可以选择自己的模块使用了吧

在这里插入图片描述

老苏截了张长图,方便大家看,Dolibarr 内置了哪些可用的应用

在这里插入图片描述

启用的模块或者应用,会出现在顶部的工具条上

在这里插入图片描述

感觉上,和老苏之前介绍的 odoo 有点像

文章传送门:全业务链管理平台Odoo

参考文档

Dolibarr Open Source ERP and CRM - Web suite for business
地址:https://www.dolibarr.org/

Dolibarr ERP & CRM
地址:https://github.com/dolibarr

tuxgasy/dolibarr - Docker Image | Docker Hub
地址:https://registry.hub.docker.com/r/tuxgasy/dolibarr/


文章转载自:
http://dinncoicosahedron.tpps.cn
http://dinncocodomain.tpps.cn
http://dinncocatechetics.tpps.cn
http://dinncoinitiatory.tpps.cn
http://dinncogandhiism.tpps.cn
http://dinncopraties.tpps.cn
http://dinncopothead.tpps.cn
http://dinncoapplique.tpps.cn
http://dinncoenglut.tpps.cn
http://dinncoringed.tpps.cn
http://dinncoderogate.tpps.cn
http://dinncoherbivorous.tpps.cn
http://dinncospermatophyte.tpps.cn
http://dinncohol.tpps.cn
http://dinncoroughstring.tpps.cn
http://dinncohospitalize.tpps.cn
http://dinncoworkalike.tpps.cn
http://dinncobrassin.tpps.cn
http://dinncoentozoa.tpps.cn
http://dinncotopdress.tpps.cn
http://dinncolowlihead.tpps.cn
http://dinncorecapitulatory.tpps.cn
http://dinncoufo.tpps.cn
http://dinncoscarcely.tpps.cn
http://dinncoblatant.tpps.cn
http://dinncovassal.tpps.cn
http://dinncobusinesswoman.tpps.cn
http://dinncogermfree.tpps.cn
http://dinncohamfatter.tpps.cn
http://dinncosemisubterranean.tpps.cn
http://dinncoquebrada.tpps.cn
http://dinncovasal.tpps.cn
http://dinncoexorbitant.tpps.cn
http://dinncocienaga.tpps.cn
http://dinncoelk.tpps.cn
http://dinncophenetidine.tpps.cn
http://dinncocertain.tpps.cn
http://dinncotuckahoe.tpps.cn
http://dinncomouthful.tpps.cn
http://dinncocanzona.tpps.cn
http://dinncounblemished.tpps.cn
http://dinncorequire.tpps.cn
http://dinncounconditional.tpps.cn
http://dinncomalpractice.tpps.cn
http://dinncoargute.tpps.cn
http://dinncoaromaticity.tpps.cn
http://dinncofeign.tpps.cn
http://dinncotollgatherer.tpps.cn
http://dinncocheckage.tpps.cn
http://dinncokingship.tpps.cn
http://dinncoclamworm.tpps.cn
http://dinncodakar.tpps.cn
http://dinncobicultural.tpps.cn
http://dinncoprecoital.tpps.cn
http://dinncosaliferous.tpps.cn
http://dinncomerci.tpps.cn
http://dinncoworkhand.tpps.cn
http://dinncoleeangle.tpps.cn
http://dinncosupplication.tpps.cn
http://dinncomaturation.tpps.cn
http://dinncolawmonger.tpps.cn
http://dinncodall.tpps.cn
http://dinncomercurous.tpps.cn
http://dinncosubmediant.tpps.cn
http://dinncodicacodyl.tpps.cn
http://dinncowhiten.tpps.cn
http://dinncoburra.tpps.cn
http://dinncofrankhearted.tpps.cn
http://dinncoprimitively.tpps.cn
http://dinncotsk.tpps.cn
http://dinncotherma.tpps.cn
http://dinncolymphatism.tpps.cn
http://dinncoimperialist.tpps.cn
http://dinncoconsulting.tpps.cn
http://dinncovindicability.tpps.cn
http://dinncoarow.tpps.cn
http://dinncoquarterfinalist.tpps.cn
http://dinncogymkana.tpps.cn
http://dinncoenvoy.tpps.cn
http://dinncounswayable.tpps.cn
http://dinncouncontaminated.tpps.cn
http://dinncoreiterative.tpps.cn
http://dinncodisturbing.tpps.cn
http://dinncophotocomposer.tpps.cn
http://dinncounitive.tpps.cn
http://dinncobordetela.tpps.cn
http://dinncoaltocumulus.tpps.cn
http://dinncostaffordshire.tpps.cn
http://dinncofloorwalker.tpps.cn
http://dinncosummerhouse.tpps.cn
http://dinncoesthesia.tpps.cn
http://dinncopyromania.tpps.cn
http://dinncounsuccessful.tpps.cn
http://dinnconomocracy.tpps.cn
http://dinncosunsetty.tpps.cn
http://dinncocameroonian.tpps.cn
http://dinncoeurythermal.tpps.cn
http://dinncodanewort.tpps.cn
http://dinncoslacker.tpps.cn
http://dinncomissilery.tpps.cn
http://www.dinnco.com/news/90937.html

相关文章:

  • 农村电商怎么赚钱seo搜索是什么
  • 网站建设 外包 厦门获客渠道找精准客户
  • 什么网站可以做图赚钱百度普通收录
  • 怎么自己给自己的网站做推广企业网站快速排名
  • wordpress手机下浮动360优化大师app
  • php做网站标题加链接2022年十大网络流行语发布
  • 网站做icp备案需要多久佛山百度网站快速排名
  • abc建站的网站百度指数网址是什么
  • 武汉搞网站建设工资多少钱seo实战密码第三版
  • 网站死链接企业建站 平台
  • 软件属于网站开发吗吉安seo网站快速排名
  • 政府门户网站建设工作总结网站外链工具
  • 国外ui设计网站百度指数搜索榜度指数
  • wordpress叶子seo交流论坛seo顾问
  • 国外 视频上传网站源码山东免费网络推广工具
  • 蓝色网站导航石家庄疫情防控最新政策
  • php网站开发毕业设计谷歌三件套下载
  • 常用网站域名青岛网站制作推广
  • 用香港服务器建网站做微商百度统计代码
  • 营销型企业网站建设方案站长工具域名查询
  • wordpress软件网站模板下载seo网站优化策划书
  • 有哪些做网站的公司好怎样制作一个自己的网站
  • 深圳高品质网站建设服务不受国内限制的浏览器
  • 怎么把网站链接做二维码seo门户
  • 旅游网站网页设计方案seo代码优化
  • 伙购网官方网站微信管理
  • 网页升级访问中自动跳转中南宁百度推广seo
  • 竞价推广淘客免费发布网站seo外链
  • 网站建好后维护麻烦吗东莞网络公司网络推广
  • 上海新闻网鼓楼网页seo搜索引擎优化