An alternative installer for Ubuntu 20.04 LTS

I am happy to help. Feel free to ask further questions if you have doubts.

Are you working in a virtual machine that permits taking “snap shots”?

I’am using window 10 and i install ubuntu 20.04 in virtual box . It’s can Screen capture.
Thanks so much

I do not mean screen capture

I mean taking a complete copy of the virtual machine such that you can revert your work back to an earlier stage.

Hi Martin,
Have good day bro
In ubuntu 18 , installing erpnext is easier and better ?
And in the ErpNextQikÍntall_0.sh
What should i do with:
#!/usr/bin/env bash

export MYPWD=“”; # MySQL password
export ADMPWD=“”; # Administrator password
export THESITE=“my site”; # Site name

export USERCTX=“.profile”;
source ${HOME}/${USERCTX};

if [ “${BASH_SOURCE[0]}” -ef “$0” ]
then
echo -e "

export MYPWD="         password for your database administrator   "; # MySQL password
export ADMPWD="        password for your ERPNext administrator    "; # Administrator password
export THESITE="       the name you choose for your site          "; # Site name

No spaces at start or end,

Good:

export THESITE="phanzine.vn"; # Site name

Bad:

export THESITE=" phanzine.vn   "; # Site name
1 Like

Do you mean run it in the terminal ??

I mean edit those three lines then run it in the terminal

./ErpNextQikÍntall_0.sh
1 Like


I wish you write the step like this. T_T

Hi Martin , Do you have Facebook or Workplace ???
Can I connect with you???
Thank U so much…

Those are instructions not scripts. Mine are scripts with embedded instructions.

I created them for my own use. I added sufficient instructions so other people (you?) could help me get them working right while the world waits for the ERPNext developers to provide installers that don’t drive new users away in horror.

If you want an instructions page like that one, I invite you to create it.

1 Like

Thank you for answer , Can I connect with you in Social Network : Facebook or Workplace or …
Do you mind ? I would be happy to connect with you.

Any questions you might have, other people will have.

So, here is the correct place for those questions and those answers.

Please be aware that ERP systems in general, and ERPNext in particular, require considerable technical expertise. From the questions you have been asking I suspect you need either:

  1. to take courses in Python and in UNIX shell scripting
  2. to pay someone to help you do what you need to do
2 Likes