ERPNext is a free, self hosted, open source ERP System that is Enterprise and Production ready.

Поделиться
HTML-код
  • Опубликовано: 6 янв 2025

Комментарии •

  • @posihdun7264
    @posihdun7264 Год назад +4

    Man I stumbled on this video by mistake, but you answered so many docker questions I had. Cool beans!

  • @Atulnavadiya
    @Atulnavadiya 10 месяцев назад +1

    I saw around 50 videos regarding erpnext and this is by far the best video with explanation.. thanks alot.

  • @vvaldanov
    @vvaldanov 4 года назад +8

    Been using since 2016.. Really good.. I pay programmer to do the set up and update what I need.. Really good video Sir!

    • @jasonyang867
      @jasonyang867 3 года назад +2

      money power works everything up !

  • @adiekun8326
    @adiekun8326 3 года назад +4

    I got mine up and running by following the guide. Awesome video. My problem now is when I have issues most of their fixes are to do the bench. I am searching within the comments how to do it in docker.

  • @DariusOosthuizenSuper
    @DariusOosthuizenSuper 4 года назад +6

    Thank you so much, this is such a surprise! You heard my request! Thank you so much!

    • @AwesomeOpenSource
      @AwesomeOpenSource  4 года назад +1

      You are so welcome!

    • @DariusOosthuizenSuper
      @DariusOosthuizenSuper 4 года назад

      @@AwesomeOpenSource I am only trying this now after I got my NGINX Proxy Manager setup, but now I am having problems, which I hope you might help me with. I installed everything via Docker Compose as instructed, but now I do not know how to set up my Proxy for ERPNext and which IP address I should use to point to the right Docker Container and which one is the right Docker Container? Please help! I changed the port 80 to 88 and the 443 to 444 in the .env file, but I am confused now. Please advise.

    • @AwesomeOpenSource
      @AwesomeOpenSource  4 года назад

      @@DariusOosthuizenSuper If you're running a ubuntu based system, you can type the following into a command prompt (terminal) to find the IP of your docker network.
      sudo ip addr show docker0
      that last character above is a zero.
      The IP is usually 172.17.0.1.
      Use that IP and the ports you set for your host 88 and 444 in the host entry screens.
      IF you haven't checked out my latest video on Putting it all together, it may help. I have timestamps on it, and you can jump to the NGinX Proxy Manager part, though I think I walk through it on this video as well. I did have a spot where there's just black for some weird reason when I uploaded, and then the video continues for ERPNext.

    • @AwesomeOpenSource
      @AwesomeOpenSource  4 года назад

      @@DariusOosthuizenSuper I'm wrong I didn't use NGinX Proxy Manager for this one. I just created an A Record and pointed it straight at my host VPS. But the info in Putting It All Together should help.

    • @DariusOosthuizenSuper
      @DariusOosthuizenSuper 4 года назад

      @@AwesomeOpenSource I saw the video of the "Putting it all together" and that is how I did the Proxy manager, but should it be the same IP address for ERPNext as the Proxy manager? Then, should I then create a host entry for 88 and 444 or only one of them? I think the weird "black" part of the video was exactly when you discussed that in this video. Thank you for your help. It is really appreciated.

  • @hophamlam
    @hophamlam 3 года назад +1

    You really helped me with Frappe framework dude, also saw your comment on Reddit!

  • @vvaldanov
    @vvaldanov 4 года назад +3

    1 Dec 2020 - Fresh install like this - Still working really well

    • @vvaldanov
      @vvaldanov 3 года назад

      21-3-2021 still working

    • @vvaldanov
      @vvaldanov 3 года назад

      Is it possible to install on synology nas docker?

  • @gmachaperu
    @gmachaperu 4 года назад +6

    Awesome job Brian! Well explained and so clear. Very easy to follow! Best of luck!

    • @AwesomeOpenSource
      @AwesomeOpenSource  3 года назад

      Thank you, glad you are getting something out of it.

  • @andrewadkins8440
    @andrewadkins8440 4 года назад +6

    Very helpful to see someone else do it. I would love to see more on this system.
    There is an issue with the video though. 24:20 the screen goes black for a bit.

    • @AwesomeOpenSource
      @AwesomeOpenSource  4 года назад

      Yeah, something happened with my editor. Sorry about that. I'll see if I can fix that.

    • @zafarnisthar
      @zafarnisthar 3 года назад

      @@AwesomeOpenSource Truly Awesome video tutorial ! Kudos to you for spreading the knowledge. I plan to follow the video and install ERPNext on my own. Obviously, there are many things that might go wrong not to mention that I am a newbie to opensuorce philosophy. I was wondering about the missing video from 24:20 to 25:28.

    • @AwesomeOpenSource
      @AwesomeOpenSource  3 года назад

      @@zafarnisthar No missing video, just a dumb editing error. And glad you like the rest of it.

  • @syonatha4357
    @syonatha4357 2 года назад +1

    Can you create new video as ERPNext docker installation has changed now?

  • @konarkpahuja5047
    @konarkpahuja5047 Год назад +1

    Does ERPNext connect to a custom database? For instance, all my company's data is in a MySQL DB on GCP. Can I hook up ERPNext to this database so that it reads and writes data to my original database instead of the MariaDB it uses by default? Also, is the MariaDB that ERPNext uses located within the docker container it comes in or elsewhere?

    • @AwesomeOpenSource
      @AwesomeOpenSource  Год назад

      The way I ran it, everything was in the single docker-compose file (including the DB), but you don't have to run it that way. You can run it using an external Database if you prefer. I"m not the expert on how to do that. As for your first question, if you mean can ERPNext use data in a different schema? I don't know, but I would doubt it. That would be a better question for the folks who make ERPNext though.

  • @Chromaticdeth19XX
    @Chromaticdeth19XX 4 года назад

    12.1.2020 - Can confirm this still works and don't forget to modify your ufw settings in Ubuntu for ports 443 and 80.

    • @vvaldanov
      @vvaldanov 4 года назад

      What if port 80 not working? Which port shoul I use?

  • @pusico6555
    @pusico6555 2 года назад +1

    Please if you can make the newer version it would be great. I already follow the documentation but still error. I don't know where did i do wrong

  • @Hicham_SaAh
    @Hicham_SaAh 2 года назад +1

    I could not find env-production & env-local after using ls inside frappe-docker !

    • @AwesomeOpenSource
      @AwesomeOpenSource  2 года назад +1

      This is a fairly old video, and I'm sure this has changed since I originally made it. Their documentation should help determine where those settings may be now.

    • @Hicham_SaAh
      @Hicham_SaAh 2 года назад

      Thank you so much, it will be a great if you update the video information by creating a new video

  • @pusico6555
    @pusico6555 2 года назад +1

    Can you make new tutorial? The link for frappe docker is totally different right now. And i cant find old version of frappe docker.

  • @fernando.luccas
    @fernando.luccas 4 года назад +1

    Great Video Brian!

  • @dieEinfachAnderen
    @dieEinfachAnderen 2 месяца назад +1

    Thank you for this video!
    You answered a lot of questions I had. But there is still one question. I want to use ERPNext for my company I just founded. Do you know if I have to do some backups myself or does the docker version do it for me? I'm afraid of losing data if something crashes. I know it is some years ago you posted the video, but maybe you can tell me how I can protect myself of losing data when using ERPNext in production. Thank you!

    • @AwesomeOpenSource
      @AwesomeOpenSource  Месяц назад +1

      There may be backup functions in ERPNext, but you should always make sure you have multiple backup strategies working, and validate the backups that are made.

  • @patricklimacher8065
    @patricklimacher8065 4 года назад +1

    Thank you very much Biran. I really appreaciate this.

  • @rangabharath4253
    @rangabharath4253 4 года назад +1

    Awesome. Please make more videos on ERP next 😀👍

    • @AwesomeOpenSource
      @AwesomeOpenSource  4 года назад +1

      I have a friend who is more of an ERP expert, so let me get some thoughts from her on it, and maybe I can make some more videos. Can you tell me what parts you are specifically interested in?

    • @rangabharath4253
      @rangabharath4253 4 года назад

      @@AwesomeOpenSource Hi, Thanks for the reply. I am interested in making a pharmacy management system. Can you please suggest the options like which modules can be used in ERP next to implement this.
      At present there is no pharmacy management system in ERP NEXT. So please help me in clearing my doubts about this.
      Which inbuilt modules can be used to implement this. Please make a video on this. Thank you so much 👍😀

    • @TalimSahl
      @TalimSahl 4 года назад +1

      @@rangabharath4253 have you checked the healthcare domain of ERPNext?

    • @rangabharath4253
      @rangabharath4253 4 года назад

      @@TalimSahl Thanks. I will check that👍

    • @barrionomia
      @barrionomia 4 года назад

      @@rangabharath4253 Also check GNU Health, solid ERP for the Health care system. Based on Tryton which is another good ERP.

  • @MdMozammelHossain
    @MdMozammelHossain Год назад +1

    thank you for tutorial.. I'm trying to deploy ERPNext docker using Portainer. but not sure I those environment variable I can put in place.

    • @AwesomeOpenSource
      @AwesomeOpenSource  Год назад

      You can set the Environment variables in Portainer, either in the stack, in the Form fields, or I believe you can set an environment varialbe file these days, though I'm not sure how to do it.

  • @epictuning7293
    @epictuning7293 2 года назад +2

    Hi Brian, have been running Erpnext with your docker install for a few months now without any hassles. The only problem im having is to update from V13.20.1. I used nano env.production then changes the erpnext and frappe version but then i get a error after pulling the requests with docker-compose up -d. Any advise you can give me on how to update the version successfully.

    • @AwesomeOpenSource
      @AwesomeOpenSource  2 года назад

      No, sadly, I really don't know. You'll have to check over on the Frappe site and see what may need to be changed. I just put together the docker-compose from their documented compose files.

    • @epictuning7293
      @epictuning7293 2 года назад

      Hi, Thanks i will try to search around some more on how to update.

  • @rokello
    @rokello 26 дней назад +1

    I have seen this video and it is amazing. i have gone to install and i am getting errors on the installation. Could you if possible redo a video on the current version of ERPnext. Thanks in advance

    • @AwesomeOpenSource
      @AwesomeOpenSource  25 дней назад +1

      Let me see what I can do. It's been a few years, so I"m sure things have changed.

  • @thelahera
    @thelahera 3 года назад +2

    Hi I have done up to 16:32 and when i visit the URL it says "redirected you too many times" and when i visit the ip it says "404 page not found". Help please

    • @AwesomeOpenSource
      @AwesomeOpenSource  3 года назад

      Seems like I hit this when I was first going through how to set it up, but I don't recall what it was exactly.

  • @facinorousgrim8883
    @facinorousgrim8883 4 года назад +2

    Would this set up work with using an external reverse proxy that handles all my SSL? I have a VM that has nginx in it that accepts all 80 and 443 requests from separate hostnames, and depending on the hostname it then proxy redirect forwards to another VM in the network. From what I am gathering from this, traefik handles the ssl so it may conflict with my reverse proxy?

    • @AwesomeOpenSource
      @AwesomeOpenSource  4 года назад +1

      I haven't tried it, but no reason you shouldn't be able to proxy to the Traefik from NGinX. Only thing I can say is give it a shot. It's a free system, so you can install it to test, and see how it goes. only Cost is a little time.

    • @facinorousgrim8883
      @facinorousgrim8883 4 года назад +1

      @@AwesomeOpenSource tried it out and I think I got it. I tried forwarding to the 80 port of the container, but it was having redirection problems so I tried changing it to the 443 (https) port of the container. That seemed to work as I was now able to load the site.
      Then I saw a plain text "404 page not found". Fancy.
      I decided to try viewing the container from the localip:port and it shows the same thing. 404 page not found.
      Hmm. I waited until the site builder container was done doing everything as well. Maybe I should wait longer?

    • @AwesomeOpenSource
      @AwesomeOpenSource  4 года назад

      @@facinorousgrim8883 As I recall it took just a bit, but you may try again after waiting for about 10 minutes.

    • @facinorousgrim8883
      @facinorousgrim8883 4 года назад +1

      @@AwesomeOpenSource I did some googling and came across this article.
      discuss.erpnext.com/t/404-page-not-found-after-docker-installation-on-localhost/63304/7
      Someone inside had pasted a new revised compose file. I used this one changing their port they had set for traefik to my 8098. I then went to the localip:9098 and boom.. 404 still. I quickly raised my eye brow and asked myself "what about the domain?"
      So I loaded my domain, and boom erpnext loaded. Fancy. :) thanks for the guide sir

    • @AwesomeOpenSource
      @AwesomeOpenSource  4 года назад

      @@facinorousgrim8883 Glad you got it figured out, and thank you for sharing. I'm sure others will wonder how to do this as well.

  • @khalidelgazzar
    @khalidelgazzar 2 года назад +1

    Great video, thank you!

  • @benskikchannel9508
    @benskikchannel9508 2 года назад +1

    how to backup old server erp to the new one using docker

    • @AwesomeOpenSource
      @AwesomeOpenSource  2 года назад

      I don't know specifically. You'd have to check the ERP Next documents, and / or ask over at their forums.

  • @cmdaltctr
    @cmdaltctr 3 года назад +1

    Hi, a silly question, I'm new to docker, I followed your tutorial, it installed successfully using DO, thank you. How do I ssh into the folder for file manager say using Filezilla, for example? I input root as username, and password with pub key authentication, and specify a path: /home/frappe/frappe-bench folder. But it says authentication failure. Thanks in advance.

    • @AwesomeOpenSource
      @AwesomeOpenSource  3 года назад

      SSH into the server first, then make your way into the folder.
      ssh me@myserver.com
      Then
      cd /path/to the/ folder

    • @AwesomeOpenSource
      @AwesomeOpenSource  3 года назад

      Oh, and if you are trying to copy from your desktop to that server, once you have the right path you can do something like
      scp /path/on/local me@myserver.com:/path/to the/folder/on/server

  • @ArtificialintelligenceDesign
    @ArtificialintelligenceDesign 4 года назад +1

    Excellent work,... many thanks...

  • @fbifido2
    @fbifido2 3 года назад +1

    Do you know of any IT/pc-parts inventory web interface application in docker ????

    • @AwesomeOpenSource
      @AwesomeOpenSource  3 года назад +1

      Snipe-IT is one I've seen a lot of people talk about.

  • @wwiras9865
    @wwiras9865 4 года назад +1

    Thanks. Love it....Keep it up the good work..

  • @ANKUR884488
    @ANKUR884488 Год назад +1

    Please make a video by explaining these videos.
    If you want to use oodo or ERPNext for free than we can use right?
    If we download the source code of oodo or ERPNext from github then we are the sole owner of the code?
    We are having the complete leverage of modifying it and selling it to further anyone without any legal complexity?
    We only have to pay the server cost and all modules like Customer,Sales,Accounting etc. come with free of cost?
    And if we want any enhancements like features in the ERPNext a developer should have knowledge of Python and Javascript knowledge or any another knowledge also required?

    • @AwesomeOpenSource
      @AwesomeOpenSource  Год назад

      Each project is a little different. It's important for you to read the particular open source license that the project is using, and to understand the legalities around that license type. Open Source (in it's truest form) means you can 1. access the source code, and review it for yourself. 2. Modify the source code. 3. Redistribute the source code, modified or not. There is a ton more that goes into it, but the "free" in Free and Open Source Software means "freedom", not free of cost. Maybe this will help a bit.

  • @imoldovan
    @imoldovan 2 года назад +4

    This no longer works. An update would be helpful because the documentation they have is very poor. Thank you for everything.

    • @AwesomeOpenSource
      @AwesomeOpenSource  2 года назад +2

      It's on my list of to-do's. Not sure when I'll get to it, but it's definitey on my list.

  • @oluochwilliam66
    @oluochwilliam66 2 года назад +1

    Hello, is it possible to install ERPnext on a Windows Shared Hosting?

    • @AwesomeOpenSource
      @AwesomeOpenSource  2 года назад

      Not usin gthe docker method that I show. I'm not sure about installing manually somehow, but you'd have to read their documentation on a manual install, and make sure your shared hosting can deal with any dependencies like NodeJS, PHP, etc.

  • @xrineuchiha7786
    @xrineuchiha7786 Год назад +1

    Will this work with out DNS? Just with public ip? Additional congig needed?

    • @AwesomeOpenSource
      @AwesomeOpenSource  Год назад +1

      You can probably use it inside a LAN with just a private IP, but not sure how that would be setup. I'm planning an update video this summer, so I'll try to keep in mind to show how that could work.

  • @JunaidHussain73
    @JunaidHussain73 3 года назад +1

    How to install Erpnext on a vps server

    • @AwesomeOpenSource
      @AwesomeOpenSource  3 года назад

      That's where I installed it in the video. I used Digital Ocean VPS, but you can really do it on any VPS following the tutorial. Note, this video is getting older, so some steps may have changed, and you may want to check the Frappe ERP documentation to make sure.

  • @riandyputra5963
    @riandyputra5963 2 года назад +1

    hey i really love seeing your videos about erpnext, but can you try install erpnext latest version to localhost windows please sir

    • @AwesomeOpenSource
      @AwesomeOpenSource  2 года назад

      I'm looking at doing an update video in the future. Yes, this video is getting farily old now.

    • @riandyputra5963
      @riandyputra5963 2 года назад

      @@AwesomeOpenSource i'll push notification if you try to install in windows locallhost and push to a vps

  • @pysandeep
    @pysandeep 3 года назад

    How to setup multi site in docker, I mean how can i add multiple site, like tenant1, tenant2. etc

    • @AwesomeOpenSource
      @AwesomeOpenSource  3 года назад

      I don't think you need to set it up in Docker, but in the software itself, but I'm not an expert on ERPNext, nor ERP in general. I did this install and basic setup as a request from a subscriber, but for more advanced setup you'll need to refer to their manual and guides.

  • @mohammedrashid1977
    @mohammedrashid1977 2 года назад +1

    Do we still have to pay 10 $ every month after installing it like this? and whats a docker?

    • @AwesomeOpenSource
      @AwesomeOpenSource  2 года назад +2

      So, technically, no, if you install the open source version and self host, you shouldn't have to pay each month, but if you can pay something it helps keep the open source option alive. As for docker, it's a containerization virtualization system. It lets you run web applications in closed off / containerized mini-VMs. It really just virtualizes the application, and not the OS and hardware. I highly recommend you watch some videos for docker, and get familiar with it before tackling something like ERPNext.

  • @denverzimunya8303
    @denverzimunya8303 3 года назад +1

    🙏🙏🔥thank you

  • @mohamadbader5275
    @mohamadbader5275 2 года назад +1

    Hello , is this system by the default tables free?

    • @AwesomeOpenSource
      @AwesomeOpenSource  2 года назад

      At the the time the video was made, ERPNext is Open Source, and thus free to use, but you'll receive limited support if any. Their pricing page says, host it yourself $0, and if you want Enterprise support / extras, contact them for pricing.

  • @ddean3732
    @ddean3732 3 года назад

    There seems to be a dead spot at 24:30...

    • @AwesomeOpenSource
      @AwesomeOpenSource  3 года назад

      Yep, just an oversight during editing. You're not missing anything. Sorry about that.

  • @RustemHesenov
    @RustemHesenov 4 года назад +2

    Thank you for the tutorial! All is working very well! But I have a question. How can I access source code for edit? for example, enable development mode or run bench commands?

    • @AwesomeOpenSource
      @AwesomeOpenSource  4 года назад +2

      When you use Docker, everything is in the container. So there should be several containers running for ERPNext. You can see them by typing “docker ps” in the terminal.
      Next you”lol need to enter the container in terminal with “docker -it exec /bin/bash”
      This will put you in the terminal of the container to run commands. You may have to install anything you want to use, like nano to edit files, etc, because those are not usually installed by default in the container. This helps keep the image as small as possible.

    • @rufatsabzaliyev4792
      @rufatsabzaliyev4792 2 года назад +1

      Hər şey yaxşı olacaq ;)

  • @manojmahadadalkar643
    @manojmahadadalkar643 Год назад +1

    Awesome video but now everything is changed and couldn't find a way for proper production installation. Can you please make a new video asap. Btw I follow all your videos and try in my local lab

    • @AwesomeOpenSource
      @AwesomeOpenSource  Год назад

      Yep, it's pretty old at this point. Have an update planned for this summer.

    • @StevenRayVaughan
      @StevenRayVaughan Год назад

      Where might this be? None of this method works...I've been scratching my head for 3 weeks now.@@AwesomeOpenSource

  • @mr-engin3er
    @mr-engin3er 4 года назад +1

    Can you make a tutorial for erpnext with helm and k8s.

    • @AwesomeOpenSource
      @AwesomeOpenSource  4 года назад

      Perhaps in the future. I need to learn kubernetes first.

  • @Reroutmd5
    @Reroutmd5 3 года назад

    I tried many times but I am getting an "Internal Server Error" message despite all containers started successfully, please help

    • @AwesomeOpenSource
      @AwesomeOpenSource  3 года назад

      I need a bit more to work with. That's not a very helpful message.

  • @gungalgeno-7077
    @gungalgeno-7077 3 года назад +1

    Would this site be good for artists trying to show their portfolio and sell their art/merch?

    • @AwesomeOpenSource
      @AwesomeOpenSource  3 года назад +1

      No, I don't really think that's what ERPNext is for. You might want something more along the lines of an eCommerce site with some sort of gallery options.

    • @gungalgeno-7077
      @gungalgeno-7077 3 года назад

      @@AwesomeOpenSource thank you, I’ll look into those. Do you have any recommendations for gallery site or a site to sell things like comics, shirts, etc..?

    • @AwesomeOpenSource
      @AwesomeOpenSource  3 года назад

      @@gungalgeno-7077 not off the top of my head, but I’ll do a little research.

  • @leonlee8758
    @leonlee8758 4 года назад

    Hi Sir , my erpnext Could not start up: Failed to setup defaults . May i know how to fix it ?

    • @AwesomeOpenSource
      @AwesomeOpenSource  4 года назад

      Can you tell me more about what you did during setup and where you are running it?

    • @AwesomeOpenSource
      @AwesomeOpenSource  4 года назад

      @Easy Excel is that a message you are getting? Or is it stuck on a step of the wizard?

  • @vinaypattankude1592
    @vinaypattankude1592 3 года назад

    Hi I just completed the process, and but its showing ubuntu default page, should I wait for the app to install, or any troubleshooting suggestions?

    • @AwesomeOpenSource
      @AwesomeOpenSource  3 года назад

      Give it about 10 minutes, and try again, but if it still doesn't come up, check the docker logs. You can use the
      docker-compose logs
      command.

    • @vinaypattankude1592
      @vinaypattankude1592 3 года назад

      These are the last lines where error is mentioned

  • @chournsolidet5406
    @chournsolidet5406 3 года назад

    one of my container doesn't work, it ends up with
    Updating customizations for Address
    Updating customizations for Contact
    *** Scheduler is disabled ***

    • @AwesomeOpenSource
      @AwesomeOpenSource  3 года назад +1

      Hmmm. I haven't tried to start up ERPNext in a long time. Something definitely could have changed.

    • @chournsolidet5406
      @chournsolidet5406 3 года назад

      @@AwesomeOpenSource ok sir, and can we install it on server without sitename?
      i did with docker, but I cannot access to the page after installation on dev server.

  • @abhijeetpanigrahi4164
    @abhijeetpanigrahi4164 3 года назад

    i have followed the step and was able to successfully set up ERPNext without the VPS , but was unable to open the website erp.example.com. What can i do?

    • @AwesomeOpenSource
      @AwesomeOpenSource  3 года назад

      Want to make sure you didn't use the actual domain erp.example.com. You would need to own the domain "example.com". What you would want it so have your own domain, and set that as your domain in the docker-compose file.

    • @abhijeetpanigrahi4164
      @abhijeetpanigrahi4164 3 года назад +1

      ​@@AwesomeOpenSource yes i used erp.example.com. So can't i create the site without owning the domain ?

    • @AwesomeOpenSource
      @AwesomeOpenSource  3 года назад

      @@abhijeetpanigrahi4164 correct.

  • @KrispyKruiser
    @KrispyKruiser 3 года назад

    Thank you for the video. Did you have to do anything special to get the LetsEncrypt SSL cert working? I can only access it through http and not https. It still says my site is Not Secure.Any help would be greatly appreciated.

    • @AwesomeOpenSource
      @AwesomeOpenSource  3 года назад

      It depends on where you are running it. If you are running it behind a firewall with closed ports, then you'll have to allow port 80 and 443 for LetsEncrypt to be able to reach your site, then to issue the certificates.

  • @widget_wizard
    @widget_wizard 4 года назад +1

    Can you do a review of Axelor ERP system?

    • @AwesomeOpenSource
      @AwesomeOpenSource  3 года назад

      I'll look at it, but I need to reiterate that I know nothing about ERP systems in general. I did this install as a requested video. On the use or ERP, how good or bad it may be...I'm not expert, not even a novice.

  • @northernadventurer160
    @northernadventurer160 4 года назад

    Nice video, but you kind of skirted over nginx part. I really dont want to host on default ports for security reasons. Can you explain more what I should do after edit the treafik file please.
    Edit: not as complicated as I thought it would be. Just edit the port as you say then simply add the port number in the end of url. You don't need to mess about with nginx manager if you dont want to.

  • @engfatma549
    @engfatma549 4 года назад

    I want to ask about the time available for me to use ERP, is it possible for the block to happen

    • @TalimSahl
      @TalimSahl 4 года назад

      Hi , for implementation if your data is ready it takes only one month to be live.

  • @DonMaverick
    @DonMaverick 4 года назад

    Thank you so much for this. however, I noticed that when the system restarts traefik enters a restart loop. what can I do please?

    • @AwesomeOpenSource
      @AwesomeOpenSource  4 года назад

      Don X you might just stop and start the traefik container.

    • @AwesomeOpenSource
      @AwesomeOpenSource  4 года назад

      Don X also, if I am intentionally rebooting the host, I do “Docker-compose down”, then reboot the host after it’s stopped all the containers, then do “docker-compose up -d” after reboot.

    • @DonMaverick
      @DonMaverick 4 года назад

      @@AwesomeOpenSource thank you so much for the response, you rock! will try it when I have the issue again. btw, is there a way we that benefit from you can support you?

    • @AwesomeOpenSource
      @AwesomeOpenSource  4 года назад

      Don X absolutely. First, like and subscribe it’s free for you, but makes RUclips algorithms know I’m making good content.
      Next, I have affiliate links in my show descriptions, so if you would like to use Digital Ocean, SSDNodes, or Hover domain hosting, using my links gives you a credit and me a credit...so we both win.
      Finally, I have Patreon if you’d like to be a Patron. Link is also in the show description.
      Any of these is absolutely wonderful, but just having folks watch and get something out of what I’m doing is the best thing of all.

  • @AkhilSharma08
    @AkhilSharma08 3 года назад +1

    Thanks for this video. Extremely helpful. How do I edit the source code now? And create a new build with the changes incorporated?

    • @AwesomeOpenSource
      @AwesomeOpenSource  3 года назад +2

      That, my friend, is a question for their Github channel. I'm definitely not the person to help with that.

  • @rahelmulugeta7109
    @rahelmulugeta7109 3 года назад

    hey man when I ssh root@IP it says permission denied (Publickey) pls tell me how can i fix it.. no solutions doesn't seem to work

    • @AwesomeOpenSource
      @AwesomeOpenSource  3 года назад

      Sounds like you setup a public key on your server, and the machine you are trying to SSH in from doesn't have the proper corresponding public key. Did you setup the key pairs on your local machine, or on the server machine you are running ERPNext on?

    • @rahelmulugeta7109
      @rahelmulugeta7109 3 года назад

      @@AwesomeOpenSource yes... i did... first i create a public key using the cmd then i copy and paste it in text feild... but no solution worked for me... i need ur help

    • @AwesomeOpenSource
      @AwesomeOpenSource  3 года назад

      @@rahelmulugeta7109 Is this on a VPS like Digital Ocean?

    • @rahelmulugeta7109
      @rahelmulugeta7109 3 года назад

      @@AwesomeOpenSource yes ... but i created an new public key....for some reason it worked .... but I'm still facing an issue ...ERP was working...but now it doesn't... it says DNS_PROBE_FINISHED_NXDOMAIN

    • @AwesomeOpenSource
      @AwesomeOpenSource  3 года назад

      @@rahelmulugeta7109 I'm sorry friend, but I have no idea what that might be. The error indicates there's something wrong with the configuration of the domain name you have setup.

  • @JurgenRamirez
    @JurgenRamirez 3 года назад

    why mariadb_1 | 2021-03-05 17:55:06 16 [Warning] Access denied for user '_3cde9797d51204e4'@'172.18.0.11' (using password: YES)

    • @AwesomeOpenSource
      @AwesomeOpenSource  3 года назад

      Don't know. Could be that you haven't allowed remove connections in MAriaDB yet.

  • @redhotsun51
    @redhotsun51 3 года назад

    24:18 - 25:29 Blackout... whats up there?

    • @AwesomeOpenSource
      @AwesomeOpenSource  3 года назад

      Just missed it in editing. Just my mistake. You missed nothing there.

  • @Miketochy
    @Miketochy 4 года назад +1

    Hi, thanks for this amazing video. It was very helpful. I currently have my production environment running. However, how do i switch between the development and production mode for this specific setup.

    • @AwesomeOpenSource
      @AwesomeOpenSource  4 года назад +2

      I think the concept is that you setup the environment twice, once for development, and once for production. You don't want to try and use the same environment for both of those. The multiple sample files are really for you to use as a template depending on which type of environment you are trying to setup.

    • @Miketochy
      @Miketochy 4 года назад

      Thanks for your response. So I should set up the development by setting the docker to look for files in env-local .env and install?
      Afterwards when done with the development copy the files back to production, then change file location directory back?

    • @AwesomeOpenSource
      @AwesomeOpenSource  4 года назад +1

      Toochukwu Obasi it depends on your goal. If you are trying to add new features, or change features you should really have 2 separate installs. One for development, which is then committed back to the project and then pulled down to your production environment. If you are trying to make changes to run locally in your own production only, you can probably do so with out changing which set of environment variables you use.

  • @mohamedatef8424
    @mohamedatef8424 2 года назад

    Hello Nice Work and im learning From u :)
    i Trying to make self host to his erp by docker but i got some error and i cant understand something docker-compose.yml file that file im making or its with project cuz i dont see it in files !

    • @mohamedatef8424
      @mohamedatef8424 2 года назад +1

      i resolve the issue docker was using wrong yml file :) thanks :D

    • @AwesomeOpenSource
      @AwesomeOpenSource  2 года назад +1

      Glad you got it fixed.

    • @mohamedatef8424
      @mohamedatef8424 2 года назад

      @@AwesomeOpenSource
      Thanks but i have question
      When i got it fixed and work
      Its normal
      Not have any module idk why
      There not aset, hr, accounting.. Ect

  • @toni_canada
    @toni_canada 3 года назад

    Nice video, thanks! If I need to setup several sites, how I configure the different ports of the container, for each site?

    • @AwesomeOpenSource
      @AwesomeOpenSource  3 года назад

      Glad you like the video Antonio, but you are definitely getting a bit over my head on this. I think ERPNext is Multi-tenant capable, but don't hold me to that. If I were to set it up, I would just setup separate containers with their own separate port mappings on each container. You can change the left side port number (the host machine port) to any port you have available, then just leave the right side port alone ( -p : when setting up the docker-compose.yml files.

  • @edrive2769
    @edrive2769 4 года назад +1

    Is it possible to install it as on premise?

    • @AwesomeOpenSource
      @AwesomeOpenSource  4 года назад

      Yes, that can be done. Same method.

    • @edrive2769
      @edrive2769 4 года назад

      @@AwesomeOpenSource thanks :)

    • @AwesomeOpenSource
      @AwesomeOpenSource  4 года назад

      @@edrive2769 no problem. The only difference will be that you need to route traffic into your network to your server.

    • @edrive2769
      @edrive2769 4 года назад

      @@AwesomeOpenSource actually i've just try 2 method, 1st.to install ubuntu on vbox, install docker, get frappe and run docker, afterthat im stuck, i cannot define the localhost to access the nexterp, 2nd. I try to download the production image, import it to vbox and voala i can access it on my host, using localhost:8080 address, but no clue how to access from other laptop.. FYI im not IT person, i will try to diggin more. Thx

    • @AwesomeOpenSource
      @AwesomeOpenSource  4 года назад

      @@edrive2769 from virtual box, you need to enable the network bridge in then box settings for that virtual machine in order to reach the virtual machine through your network.

  • @fayezaladeem
    @fayezaladeem 4 года назад

    ERROR: Couldn't connect to Docker daemon. You might need to install Docker:

    • @AwesomeOpenSource
      @AwesomeOpenSource  4 года назад

      If you are following my instructions you need docker. If you have docker, you may just need to log out and back in, or reboot, maybe the daemon is hung.
      You can opt to run ERPNext without docker, they have instructions on their site for running without docker as well.

  • @Username-yv9pc
    @Username-yv9pc 2 года назад +1

    Video outdated. ERP updated their software with new documentation

    • @AwesomeOpenSource
      @AwesomeOpenSource  2 года назад

      Yes, this one's pretty old these days, it's always best to check the project docs for updates.

  • @rjayabharath
    @rjayabharath 4 года назад

    Hello Thanks for the video. Do we need to pay per user for self hosting?

  • @nirajsheladiya8246
    @nirajsheladiya8246 4 года назад +1

    Sir Telegram id not found :(
    please update me

    • @AwesomeOpenSource
      @AwesomeOpenSource  4 года назад +1

      Just checked, and it's @MickInTx Let me know if it still doesn't work. Have had a few conversations with folks from youtube videos this week.

    • @nirajsheladiya8246
      @nirajsheladiya8246 4 года назад

      @@AwesomeOpenSource still user not found can you just message me hii on @nirajsheladiya telegram

  • @broph3n
    @broph3n 4 года назад

    How do you update erpnext in docker?

    • @AwesomeOpenSource
      @AwesomeOpenSource  4 года назад +2

      You would run the command "docker-compose down" from inside the same frappe folder. Then run the up command again and it should pull the latest version if you have "edge" listed in the .env file. If that doesn't work, however, you can remove the images from docker with the "docker rmi " command, then run the "docker-compose up -d" command again, and it will pull latest images.
      All of this depends on you having the volumes setup properly. I would not remove or update the database container if you did any of this either, as that would result in loss of data.
      The documentation also has update instructions I believe.
      Hope that helps,

    • @madhurammoorthy7490
      @madhurammoorthy7490 4 года назад

      @@AwesomeOpenSource where do I find the frappe folder to run docker-compose down command?

    • @AwesomeOpenSource
      @AwesomeOpenSource  4 года назад +1

      @@madhurammoorthy7490 just run it from the same place you ran Docker-compose up command

    • @AwesomeOpenSource
      @AwesomeOpenSource  4 года назад +1

      @@madhurammoorthy7490 basically from where your Docker-compose.yml file is.

  • @JayPatel-wn7hs
    @JayPatel-wn7hs 3 года назад

    Can we installation via Portainer?

    • @AwesomeOpenSource
      @AwesomeOpenSource  3 года назад +1

      In theory, you could do it through portainer, you just have a lot of Environment variables, volume mapping and port mapping to setup in the portainer ui.

    • @JayPatel-wn7hs
      @JayPatel-wn7hs 3 года назад

      @@AwesomeOpenSource okkk...
      Because i was try as same you tutorial...
      But only one container is stopped working(site_creator)....
      And his logs say's "erp.mysite.in" site already exists.

    • @AwesomeOpenSource
      @AwesomeOpenSource  3 года назад +1

      Just saw this comment, sorry about that, but if it says site already exists, then you may have a container that is already running, or it may be in a stopped mode with that site name. You'll want to do the command
      docker-compose down
      Let everything stop, then make whatever change you need to make, and do the command
      docker-compose up -d
      again after that.

  • @monishdoshi3964
    @monishdoshi3964 4 года назад

    Nice Video.... Thanks for the easy setup.............. But i was wondering how can we restore data to a new setup

    • @AwesomeOpenSource
      @AwesomeOpenSource  4 года назад

      Copy the mapped volume folders you created on the current setup, to your new setup, and use the path to those copies to map to the container foldeers when you run the docker command to bring it up. Generally that will keep your data, and let you move it around.

    • @monishdoshi3964
      @monishdoshi3964 4 года назад

      @@AwesomeOpenSource Thank You for your reply, but I am new to linux and erpnext.
      I have setup a new account on a server as per the video. Have downloaded the backup from erpnext cloud, I tried copying the data from winscp, but am not sure in which folder to place the backup and which command to use to restore data.
      So could you please guide me step by step?
      Would really appreciate it

    • @monishdoshi3964
      @monishdoshi3964 4 года назад

      @@AwesomeOpenSource Thank you!!
      But am new at linux and erpnext. So could you please elaborate more with specific steps. I have downloaded the backup from erpnext cloud, have setup a new website as per the video, tried copying backup files to the server using WinSCP but wasn't sure in which folder to copy the files and which command to use to restore data.
      Would really appreciate if you could help with this.

  • @bilalblah2865
    @bilalblah2865 2 года назад

    can you host this on heroku free???

    • @AwesomeOpenSource
      @AwesomeOpenSource  2 года назад

      I don't know much about heroku or their restrictions / limitations.

  • @waqarbhatti5230
    @waqarbhatti5230 3 года назад

    thankyou sir

  • @wazy1852
    @wazy1852 3 года назад

    Is there a way to use ERPNext entirely for free?

    • @AwesomeOpenSource
      @AwesomeOpenSource  3 года назад

      I don't guess I understand the question. It's open source, so as far as I know you can use it for free. If you want them to host it for you, or you want support, you'd have to pay...I believe.

  • @seemanchallivebihar
    @seemanchallivebihar 3 года назад

    404 error page not found

    • @AwesomeOpenSource
      @AwesomeOpenSource  3 года назад

      If you were looking for the test site I had up, I shut it down a month or so after posting the video. I only leave up my test sites for a few weeks generally. It's free to setup, so give it a try.

    • @nivlek_007
      @nivlek_007 3 года назад

      @@AwesomeOpenSource
      Got the same error after following too.

    • @nivlek_007
      @nivlek_007 3 года назад

      I followed you tutorial to create mine, got internal server error when I access it via the URL I assigned it on the .envelope file and 404 page not found when I add :80 to the URL.

    • @AwesomeOpenSource
      @AwesomeOpenSource  3 года назад

      @@nivlek_007 You shouldn't have to specify port 80, that's the default port when no port is specified if not using SSL. 443 is the default if using SSL and no port is specified.

  • @fbmtechno
    @fbmtechno Год назад +1

    ERP= Enterprise Resource Planning ( not entity)

    • @AwesomeOpenSource
      @AwesomeOpenSource  Год назад

      Thank you. Yes, a few other folks pointed that out as well.

  • @fakakiss
    @fakakiss 4 года назад

    you skipped how you run the app with docker after installation ..

  • @rahelmulugeta7109
    @rahelmulugeta7109 3 года назад

    Hey there dude.... pls i need your help when i try to run the docker composer it fails due to disk space... can you please send me ur email to send you the pictures... i need ur help bro ..

    • @AwesomeOpenSource
      @AwesomeOpenSource  3 года назад

      Hey, feel free to head over to discuss.opensourceisawesome.com and ping me in one of the channels. I'll be happy to help out.

  • @allanmageto7123
    @allanmageto7123 4 года назад +2

    Hey please hide your other ip addresses next time :)

  • @brycedavey1252
    @brycedavey1252 4 года назад

    ERPNext is a "fee"

    • @AwesomeOpenSource
      @AwesomeOpenSource  4 года назад

      Do you mean "has a fee?" I don't understand. Can you point me to a link?

    • @brycedavey1252
      @brycedavey1252 4 года назад +1

      @@AwesomeOpenSource sorry some how lonely sent half the message
      In the description you have a small spelling mistake at the beginning of the second paragraph. Nothing huge.
      That's for the videos BTW very useful

  • @bsedens
    @bsedens 3 года назад +1

    It’s not ENTITY RESOURCE PLANNING.
    ERP = Enterprise Resource Planning

    • @AwesomeOpenSource
      @AwesomeOpenSource  3 года назад

      You're right. I just get tongue tied (a lot), but it is indeed Enterprise Resource Planning.

  • @syonatha4357
    @syonatha4357 2 года назад +2

    Can you create new video as ERPNext docker installation has changed now?

    • @AwesomeOpenSource
      @AwesomeOpenSource  2 года назад +1

      I will be updating it for my Building a Business on Open Source Series. Not sure when it will fall, but it is coming.

  • @midley
    @midley Год назад +1

    Can it be installed on a linux shared hosting or vps ?

  • @marcossousa1196
    @marcossousa1196 3 года назад

    I followed everything you did I keep getting 404 page not found error I’ve got my own domain set up the dns but its still not working any advice please

    • @AwesomeOpenSource
      @AwesomeOpenSource  3 года назад +1

      This video is getting fairly old, so the image and requirements may have changed. I’ll check it when I get a chance. I have another video on another ERP / CRM system coming soon as well.