Thanks for the reply.
That what I thought as well, but as per the steps in the link mentioned, it should have installed erpnext as well.
Any guide on how to install those?
I tried running the below commany, but it is leading to errors
bench get-app erpnext install-app erpnext
A directory for the application ‘erpnext’ already exists. Do you want to continue and overwrite it? [y/N]: y
INFO: App moved from apps/erpnext to archived/apps/erpnext-2022-09-01
Getting erpnext
$ git clone GitHub - frappe/erpnext: Free and Open Source Enterprise Resource Planning (ERP) --branch develop --depth 1 --origin upstream
Cloning into ‘erpnext’…
remote: Enumerating objects: 4868, done.
remote: Counting objects: 100% (4868/4868), done.
remote: Compressing objects: 100% (4127/4127), done.
remote: Total 4868 (delta 962), reused 2297 (delta 511), pack-reused 0
Receiving objects: 100% (4868/4868), 17.13 MiB | 9.04 MiB/s, done.
Resolving deltas: 100% (962/962), done.
Ignoring dependencies of erpnext. To install dependencies use --resolve-deps
Installing erpnext
$ /srv/bench/erpnext/env/bin/python -m pip install --quiet --upgrade -e /srv/bench/erpnext/apps/erpnext
$ yarn install
yarn install v1.22.19
[1/4] Resolving packages…
[2/4] Fetching packages…
[3/4] Linking dependencies…
[4/4] Building fresh packages…
Done in 0.36s.
$ bench build --app erpnext
Application Assets Linked
yarn run v1.22.19
$ node esbuild --production --apps erpnext --run-build-command
clean: postcss.plugin was deprecated. Migration guide:
File Size
erpnext/dist/js/
├─ bank-reconciliation-tool.bundle.IWIUOYPM.js 15.36 Kb
├─ erpnext-web.bundle.ZX2OKVSM.js 33.36 Kb
├─ erpnext.bundle.AY2IWMB6.js 167.13 Kb
├─ hierarchy-chart.bundle.GGHHH35F.js 197.67 Kb
├─ item-dashboard.bundle.UZIEKYCW.js 10.01 Kb
└─ point-of-sale.bundle.FUEAA57J.js 92.76 Kb
erpnext/dist/css/
├─ erpnext-web.bundle.G42BC3U7.css 23.64 Kb
├─ erpnext.bundle.ZWKRXL2I.css 45.08 Kb
└─ erpnext_email.bundle.SMA2LKHU.css 0.56 Kb
erpnext/dist/css-rtl/
├─ erpnext-web.bundle.SF4ESVDE.css 23.63 Kb
├─ erpnext.bundle.LPUKIHHM.css 45.07 Kb
└─ erpnext_email.bundle.CITQEUPJ.css 0.56 Kb
DONE Total Build Time: 2.369s
Done in 2.91s.
$ supervisorctl restart frappe:
error: <class ‘PermissionError’>, [Errno 13] Permission denied: file: /usr/lib/python3/dist-packages/supervisor/xmlrpc.py line: 560
ERROR:
Traceback (most recent call last):
File “/home/erpnext/.local/bin/bench”, line 8, in
sys.exit(cli())
File “/srv/bench/bench-repo/bench/cli.py”, line 127, in cli
bench_command()
File “/usr/lib/python3/dist-packages/click/core.py”, line 1128, in call
return self.main(*args, **kwargs)
File “/usr/lib/python3/dist-packages/click/core.py”, line 1053, in main
rv = self.invoke(ctx)
File “/usr/lib/python3/dist-packages/click/core.py”, line 1659, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File “/usr/lib/python3/dist-packages/click/core.py”, line 1395, in invoke
return ctx.invoke(self.callback, **ctx.params)
File “/usr/lib/python3/dist-packages/click/core.py”, line 754, in invoke
return __callback(*args, **kwargs)
File “/srv/bench/bench-repo/bench/commands/make.py”, line 159, in get_app
get_app(
File “/srv/bench/bench-repo/bench/app.py”, line 432, in get_app
app.install(verbose=verbose, skip_assets=skip_assets, restart_bench=restart_bench)
File “/srv/bench/bench-repo/bench/utils/render.py”, line 126, in wrapper_fn
return fn(*args, **kwargs)
File “/srv/bench/bench-repo/bench/app.py”, line 230, in install
install_app(
File “/srv/bench/bench-repo/bench/app.py”, line 577, in install_app
bench.reload()
File “/srv/bench/bench-repo/bench/utils/render.py”, line 126, in wrapper_fn
return fn(*args, **kwargs)
File “/srv/bench/bench-repo/bench/bench.py”, line 150, in reload
restart_supervisor_processes(bench_path=self.name, web_workers=web)
File “/srv/bench/bench-repo/bench/utils/bench.py”, line 304, in restart_supervisor_processes
bench.run(f"{sudo}supervisorctl restart {group}")
File “/srv/bench/bench-repo/bench/bench.py”, line 47, in run
return exec_cmd(cmd, cwd=cwd or self.cwd)
File “/srv/bench/bench-repo/bench/utils/init.py”, line 155, in exec_cmd
raise CommandFailedError
bench.exceptions.CommandFailedError