I get following error when i try to run the command " bench get-app --branch version-14 hrms": Getting hrms $ git clone hrms --branch version-14 --depth 1 --origin upstream fatal: repository 'hrms' does not exist
bench get-app hrms --branch version-14 bench --site sitename install-app hrms You run these two commands directly for V-14. If you install V-15 then run all commands. Otherwise use V-15 it is also good.
@@AdanTaimoor ~/frappe-bench$ bench get-app hrms --branch version-14 A directory for the application 'hrms' already exists. Do you want to continue and overwrite it? [y/N]: y Getting hrms $ git clone hrms --branch version-14 --depth 1 --origin upstream fatal: repository 'hrms' does not exist ERROR: Traceback (most recent call last): File "/usr/local/bin/bench", line 8, in sys.exit(cli()) File "/usr/local/lib/python3.10/dist-packages/bench/cli.py", line 121, in cli raise e File "/usr/local/lib/python3.10/dist-packages/bench/cli.py", line 111, 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
@@AdanTaimoor Hi, i was following your instruction and bench get-app hrms --branch version-14 is working on me. Unfortunately bench --site sitename install-app hrms is not. I dont know how to know what is my sitename. please help. Thanks.
Now if you want to install version 14, then you run the following code only. bench get-app hrms bench get-app hrms --branch version-14 Run this two commands
Hola buenas , consulta se puede corrrer en windos ? o no funciona
No, no se ejecuta en Windows... pero en Windows instalar Virtualbox y luego lo ejecutas en Windows.
se puede alojar en servidor , y así usarlo ? @@AdanTaimoor
I get following error when i try to run the command " bench get-app --branch version-14 hrms":
Getting hrms
$ git clone hrms --branch version-14 --depth 1 --origin upstream
fatal: repository 'hrms' does not exist
bench get-app hrms --branch version-14
bench --site sitename install-app hrms
You run these two commands directly for V-14.
If you install V-15 then run all commands. Otherwise use V-15 it is also good.
@@AdanTaimoor ~/frappe-bench$ bench get-app hrms --branch version-14
A directory for the application 'hrms' already exists. Do you want to continue and overwrite it? [y/N]: y
Getting hrms
$ git clone hrms --branch version-14 --depth 1 --origin upstream
fatal: repository 'hrms' does not exist
ERROR:
Traceback (most recent call last):
File "/usr/local/bin/bench", line 8, in
sys.exit(cli())
File "/usr/local/lib/python3.10/dist-packages/bench/cli.py", line 121, in cli
raise e
File "/usr/local/lib/python3.10/dist-packages/bench/cli.py", line 111, 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
@@AdanTaimoor Hi, i was following your instruction and bench get-app hrms --branch version-14 is working on me. Unfortunately bench --site sitename install-app hrms is not. I dont know how to know what is my sitename. please help. Thanks.
@@ronelpatayon1893 are you charging sitename to "your-site-name" like site1.local..???
Which version u want to install.???
~/frappe-bench$ bench version
erpnext 14.32.1
frappe 14.42.0
payments 0.0.1
Now if you want to install version 14, then you run the following code only.
bench get-app hrms
bench get-app hrms --branch version-14
Run this two commands