Man I stumbled on this video by mistake, but you answered so many docker questions I had. Cool beans!
@AwesomeOpenSource Жыл бұрын
Super glad it helped.
@vvaldanov4 жыл бұрын
Been using since 2016.. Really good.. I pay programmer to do the set up and update what I need.. Really good video Sir!
@jasonyang8673 жыл бұрын
money power works everything up !
@Atulnavadiya11 ай бұрын
I saw around 50 videos regarding erpnext and this is by far the best video with explanation.. thanks alot.
@AwesomeOpenSource10 ай бұрын
Glad it was helpful!
@adiekun83263 жыл бұрын
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.
@DariusOosthuizenSuper4 жыл бұрын
Thank you so much, this is such a surprise! You heard my request! Thank you so much!
@AwesomeOpenSource4 жыл бұрын
You are so welcome!
@DariusOosthuizenSuper4 жыл бұрын
@@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.
@AwesomeOpenSource4 жыл бұрын
@@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.
@AwesomeOpenSource4 жыл бұрын
@@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.
@DariusOosthuizenSuper4 жыл бұрын
@@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.
@vvaldanov4 жыл бұрын
1 Dec 2020 - Fresh install like this - Still working really well
@vvaldanov3 жыл бұрын
21-3-2021 still working
@vvaldanov3 жыл бұрын
Is it possible to install on synology nas docker?
@gmachaperu4 жыл бұрын
Awesome job Brian! Well explained and so clear. Very easy to follow! Best of luck!
@AwesomeOpenSource3 жыл бұрын
Thank you, glad you are getting something out of it.
@hophamlam3 жыл бұрын
You really helped me with Frappe framework dude, also saw your comment on Reddit!
@AwesomeOpenSource3 жыл бұрын
Glad I was able to help.
@andrewadkins84404 жыл бұрын
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.
@AwesomeOpenSource4 жыл бұрын
Yeah, something happened with my editor. Sorry about that. I'll see if I can fix that.
@zafarnisthar3 жыл бұрын
@@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.
@AwesomeOpenSource3 жыл бұрын
@@zafarnisthar No missing video, just a dumb editing error. And glad you like the rest of it.
@Chromaticdeth19XX4 жыл бұрын
12.1.2020 - Can confirm this still works and don't forget to modify your ufw settings in Ubuntu for ports 443 and 80.
@vvaldanov4 жыл бұрын
What if port 80 not working? Which port shoul I use?
@patricklimacher80654 жыл бұрын
Thank you very much Biran. I really appreaciate this.
@AwesomeOpenSource4 жыл бұрын
My pleasure
@syonatha43572 жыл бұрын
Can you create new video as ERPNext docker installation has changed now?
@fernando.luccas4 жыл бұрын
Great Video Brian!
@AwesomeOpenSource4 жыл бұрын
Glad you enjoyed it
@MdMozammelHossain Жыл бұрын
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 Жыл бұрын
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.
@rokelloАй бұрын
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Ай бұрын
Let me see what I can do. It's been a few years, so I"m sure things have changed.
@dieEinfachAnderen2 ай бұрын
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Ай бұрын
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.
@wwiras98654 жыл бұрын
Thanks. Love it....Keep it up the good work..
@AwesomeOpenSource4 жыл бұрын
Thanks, will do!
@konarkpahuja5047 Жыл бұрын
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 Жыл бұрын
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.
@pusico65552 жыл бұрын
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
@AwesomeOpenSource2 жыл бұрын
It's in my plan.
@thelahera3 жыл бұрын
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
@AwesomeOpenSource3 жыл бұрын
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.
@ArtificialintelligenceDesign4 жыл бұрын
Excellent work,... many thanks...
@epictuning72932 жыл бұрын
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.
@AwesomeOpenSource2 жыл бұрын
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.
@epictuning72932 жыл бұрын
Hi, Thanks i will try to search around some more on how to update.
@rangabharath42534 жыл бұрын
Awesome. Please make more videos on ERP next 😀👍
@AwesomeOpenSource4 жыл бұрын
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?
@rangabharath42534 жыл бұрын
@@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 👍😀
@TalimSahl4 жыл бұрын
@@rangabharath4253 have you checked the healthcare domain of ERPNext?
@rangabharath42534 жыл бұрын
@@TalimSahl Thanks. I will check that👍
@barrionomia4 жыл бұрын
@@rangabharath4253 Also check GNU Health, solid ERP for the Health care system. Based on Tryton which is another good ERP.
@facinorousgrim88834 жыл бұрын
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?
@AwesomeOpenSource4 жыл бұрын
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.
@facinorousgrim88834 жыл бұрын
@@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?
@AwesomeOpenSource4 жыл бұрын
@@facinorousgrim8883 As I recall it took just a bit, but you may try again after waiting for about 10 minutes.
@facinorousgrim88834 жыл бұрын
@@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
@AwesomeOpenSource4 жыл бұрын
@@facinorousgrim8883 Glad you got it figured out, and thank you for sharing. I'm sure others will wonder how to do this as well.
@pusico65552 жыл бұрын
Can you make new tutorial? The link for frappe docker is totally different right now. And i cant find old version of frappe docker.
@AwesomeOpenSource2 жыл бұрын
It's in my plan.
@Hicham_SaAh2 жыл бұрын
I could not find env-production & env-local after using ls inside frappe-docker !
@AwesomeOpenSource2 жыл бұрын
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_SaAh2 жыл бұрын
Thank you so much, it will be a great if you update the video information by creating a new video
@cmdaltctr3 жыл бұрын
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.
@AwesomeOpenSource3 жыл бұрын
SSH into the server first, then make your way into the folder. ssh me@myserver.com Then cd /path/to the/ folder
@AwesomeOpenSource3 жыл бұрын
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
@riandyputra59632 жыл бұрын
hey i really love seeing your videos about erpnext, but can you try install erpnext latest version to localhost windows please sir
@AwesomeOpenSource2 жыл бұрын
I'm looking at doing an update video in the future. Yes, this video is getting farily old now.
@riandyputra59632 жыл бұрын
@@AwesomeOpenSource i'll push notification if you try to install in windows locallhost and push to a vps
@khalidelgazzar2 жыл бұрын
Great video, thank you!
@AwesomeOpenSource2 жыл бұрын
my pleasure.
@RustemHesenov4 жыл бұрын
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?
@AwesomeOpenSource4 жыл бұрын
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.
@rufatsabzaliyev47922 жыл бұрын
Hər şey yaxşı olacaq ;)
@AkhilSharma083 жыл бұрын
Thanks for this video. Extremely helpful. How do I edit the source code now? And create a new build with the changes incorporated?
@AwesomeOpenSource3 жыл бұрын
That, my friend, is a question for their Github channel. I'm definitely not the person to help with that.
@imoldovan2 жыл бұрын
This no longer works. An update would be helpful because the documentation they have is very poor. Thank you for everything.
@AwesomeOpenSource2 жыл бұрын
It's on my list of to-do's. Not sure when I'll get to it, but it's definitey on my list.
@fbifido23 жыл бұрын
Do you know of any IT/pc-parts inventory web interface application in docker ????
@AwesomeOpenSource3 жыл бұрын
Snipe-IT is one I've seen a lot of people talk about.
@widget_wizard4 жыл бұрын
Can you do a review of Axelor ERP system?
@AwesomeOpenSource3 жыл бұрын
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.
@ANKUR884488 Жыл бұрын
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 Жыл бұрын
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.
@manojmahadadalkar643 Жыл бұрын
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 Жыл бұрын
Yep, it's pretty old at this point. Have an update planned for this summer.
@StevenRayVaughan Жыл бұрын
Where might this be? None of this method works...I've been scratching my head for 3 weeks now.@@AwesomeOpenSource
@mr-engin3er4 жыл бұрын
Can you make a tutorial for erpnext with helm and k8s.
@AwesomeOpenSource4 жыл бұрын
Perhaps in the future. I need to learn kubernetes first.
@xrineuchiha7786 Жыл бұрын
Will this work with out DNS? Just with public ip? Additional congig needed?
@AwesomeOpenSource Жыл бұрын
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.
@Miketochy4 жыл бұрын
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.
@AwesomeOpenSource4 жыл бұрын
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.
@Miketochy4 жыл бұрын
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?
@AwesomeOpenSource4 жыл бұрын
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.
@toni_canada3 жыл бұрын
Nice video, thanks! If I need to setup several sites, how I configure the different ports of the container, for each site?
@AwesomeOpenSource3 жыл бұрын
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.
@northernadventurer1604 жыл бұрын
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.
@pysandeep3 жыл бұрын
How to setup multi site in docker, I mean how can i add multiple site, like tenant1, tenant2. etc
@AwesomeOpenSource3 жыл бұрын
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.
@benskikchannel95082 жыл бұрын
how to backup old server erp to the new one using docker
@AwesomeOpenSource2 жыл бұрын
I don't know specifically. You'd have to check the ERP Next documents, and / or ask over at their forums.
@oluochwilliam662 жыл бұрын
Hello, is it possible to install ERPnext on a Windows Shared Hosting?
@AwesomeOpenSource2 жыл бұрын
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.
@KrispyKruiser3 жыл бұрын
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.
@AwesomeOpenSource3 жыл бұрын
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.
@ddean37323 жыл бұрын
There seems to be a dead spot at 24:30...
@AwesomeOpenSource3 жыл бұрын
Yep, just an oversight during editing. You're not missing anything. Sorry about that.
@monishdoshi39644 жыл бұрын
Nice Video.... Thanks for the easy setup.............. But i was wondering how can we restore data to a new setup
@AwesomeOpenSource4 жыл бұрын
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.
@monishdoshi39644 жыл бұрын
@@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
@monishdoshi39644 жыл бұрын
@@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.
@mohammedrashid19772 жыл бұрын
Do we still have to pay 10 $ every month after installing it like this? and whats a docker?
@AwesomeOpenSource2 жыл бұрын
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.
@gungalgeno-70773 жыл бұрын
Would this site be good for artists trying to show their portfolio and sell their art/merch?
@AwesomeOpenSource3 жыл бұрын
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-70773 жыл бұрын
@@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..?
@AwesomeOpenSource3 жыл бұрын
@@gungalgeno-7077 not off the top of my head, but I’ll do a little research.
@vinaypattankude15923 жыл бұрын
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?
@AwesomeOpenSource3 жыл бұрын
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.
@vinaypattankude15923 жыл бұрын
These are the last lines where error is mentioned
@DonMaverick4 жыл бұрын
Thank you so much for this. however, I noticed that when the system restarts traefik enters a restart loop. what can I do please?
@AwesomeOpenSource4 жыл бұрын
Don X you might just stop and start the traefik container.
@AwesomeOpenSource4 жыл бұрын
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.
@DonMaverick4 жыл бұрын
@@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?
@AwesomeOpenSource4 жыл бұрын
Don X absolutely. First, like and subscribe it’s free for you, but makes KZbin 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.
@mohamedatef84242 жыл бұрын
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 !
@mohamedatef84242 жыл бұрын
i resolve the issue docker was using wrong yml file :) thanks :D
@AwesomeOpenSource2 жыл бұрын
Glad you got it fixed.
@mohamedatef84242 жыл бұрын
@@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
@rjayabharath4 жыл бұрын
Hello Thanks for the video. Do we need to pay per user for self hosting?
@AwesomeOpenSource4 жыл бұрын
No fee for self hosting the open source version.
@leonlee87584 жыл бұрын
Hi Sir , my erpnext Could not start up: Failed to setup defaults . May i know how to fix it ?
@AwesomeOpenSource4 жыл бұрын
Can you tell me more about what you did during setup and where you are running it?
@AwesomeOpenSource4 жыл бұрын
@Easy Excel is that a message you are getting? Or is it stuck on a step of the wizard?
@engfatma5494 жыл бұрын
I want to ask about the time available for me to use ERP, is it possible for the block to happen
@TalimSahl4 жыл бұрын
Hi , for implementation if your data is ready it takes only one month to be live.
@abhijeetpanigrahi41643 жыл бұрын
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?
@AwesomeOpenSource3 жыл бұрын
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.
@abhijeetpanigrahi41643 жыл бұрын
@@AwesomeOpenSource yes i used erp.example.com. So can't i create the site without owning the domain ?
@AwesomeOpenSource3 жыл бұрын
@@abhijeetpanigrahi4164 correct.
@Reroutmd53 жыл бұрын
I tried many times but I am getting an "Internal Server Error" message despite all containers started successfully, please help
@AwesomeOpenSource3 жыл бұрын
I need a bit more to work with. That's not a very helpful message.
@mohamadbader52752 жыл бұрын
Hello , is this system by the default tables free?
@AwesomeOpenSource2 жыл бұрын
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.
@Username-yv9pc2 жыл бұрын
Video outdated. ERP updated their software with new documentation
@AwesomeOpenSource2 жыл бұрын
Yes, this one's pretty old these days, it's always best to check the project docs for updates.
@chournsolidet54063 жыл бұрын
one of my container doesn't work, it ends up with Updating customizations for Address Updating customizations for Contact *** Scheduler is disabled ***
@AwesomeOpenSource3 жыл бұрын
Hmmm. I haven't tried to start up ERPNext in a long time. Something definitely could have changed.
@chournsolidet54063 жыл бұрын
@@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.
@JurgenRamirez3 жыл бұрын
why mariadb_1 | 2021-03-05 17:55:06 16 [Warning] Access denied for user '_3cde9797d51204e4'@'172.18.0.11' (using password: YES)
@AwesomeOpenSource3 жыл бұрын
Don't know. Could be that you haven't allowed remove connections in MAriaDB yet.
@JunaidHussain733 жыл бұрын
How to install Erpnext on a vps server
@AwesomeOpenSource3 жыл бұрын
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.
@redhotsun513 жыл бұрын
24:18 - 25:29 Blackout... whats up there?
@AwesomeOpenSource3 жыл бұрын
Just missed it in editing. Just my mistake. You missed nothing there.
@rahelmulugeta71093 жыл бұрын
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
@AwesomeOpenSource3 жыл бұрын
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?
@rahelmulugeta71093 жыл бұрын
@@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
@AwesomeOpenSource3 жыл бұрын
@@rahelmulugeta7109 Is this on a VPS like Digital Ocean?
@rahelmulugeta71093 жыл бұрын
@@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
@AwesomeOpenSource3 жыл бұрын
@@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.
@edrive27694 жыл бұрын
Is it possible to install it as on premise?
@AwesomeOpenSource4 жыл бұрын
Yes, that can be done. Same method.
@edrive27694 жыл бұрын
@@AwesomeOpenSource thanks :)
@AwesomeOpenSource4 жыл бұрын
@@edrive2769 no problem. The only difference will be that you need to route traffic into your network to your server.
@edrive27694 жыл бұрын
@@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
@AwesomeOpenSource4 жыл бұрын
@@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.
@denverzimunya83033 жыл бұрын
🙏🙏🔥thank you
@AwesomeOpenSource3 жыл бұрын
Any time!
@fayezaladeem4 жыл бұрын
ERROR: Couldn't connect to Docker daemon. You might need to install Docker:
@AwesomeOpenSource4 жыл бұрын
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.
@JayPatel-wn7hs3 жыл бұрын
Can we installation via Portainer?
@AwesomeOpenSource3 жыл бұрын
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-wn7hs3 жыл бұрын
@@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.
@AwesomeOpenSource3 жыл бұрын
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.
@broph3n4 жыл бұрын
How do you update erpnext in docker?
@AwesomeOpenSource4 жыл бұрын
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,
@madhurammoorthy74904 жыл бұрын
@@AwesomeOpenSource where do I find the frappe folder to run docker-compose down command?
@AwesomeOpenSource4 жыл бұрын
@@madhurammoorthy7490 just run it from the same place you ran Docker-compose up command
@AwesomeOpenSource4 жыл бұрын
@@madhurammoorthy7490 basically from where your Docker-compose.yml file is.
@wazy18523 жыл бұрын
Is there a way to use ERPNext entirely for free?
@AwesomeOpenSource3 жыл бұрын
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.
@nirajsheladiya82464 жыл бұрын
Sir Telegram id not found :( please update me
@AwesomeOpenSource4 жыл бұрын
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.
@nirajsheladiya82464 жыл бұрын
@@AwesomeOpenSource still user not found can you just message me hii on @nirajsheladiya telegram
@bilalblah28652 жыл бұрын
can you host this on heroku free???
@AwesomeOpenSource2 жыл бұрын
I don't know much about heroku or their restrictions / limitations.
@fbmtechno Жыл бұрын
ERP= Enterprise Resource Planning ( not entity)
@AwesomeOpenSource Жыл бұрын
Thank you. Yes, a few other folks pointed that out as well.
@fakakiss4 жыл бұрын
you skipped how you run the app with docker after installation ..
@AwesomeOpenSource4 жыл бұрын
I don't understand. Installation of docker?
@seemanchallivebihar3 жыл бұрын
404 error page not found
@AwesomeOpenSource3 жыл бұрын
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_0073 жыл бұрын
@@AwesomeOpenSource Got the same error after following too.
@nivlek_0073 жыл бұрын
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.
@AwesomeOpenSource3 жыл бұрын
@@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.
@waqarbhatti52303 жыл бұрын
thankyou sir
@AwesomeOpenSource3 жыл бұрын
my pleasure.
@rahelmulugeta71093 жыл бұрын
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 ..
@AwesomeOpenSource3 жыл бұрын
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.
@allanmageto71234 жыл бұрын
Hey please hide your other ip addresses next time :)
@AwesomeOpenSource4 жыл бұрын
can do
@brycedavey12524 жыл бұрын
ERPNext is a "fee"
@AwesomeOpenSource4 жыл бұрын
Do you mean "has a fee?" I don't understand. Can you point me to a link?
@brycedavey12524 жыл бұрын
@@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
@bsedens3 жыл бұрын
It’s not ENTITY RESOURCE PLANNING. ERP = Enterprise Resource Planning
@AwesomeOpenSource3 жыл бұрын
You're right. I just get tongue tied (a lot), but it is indeed Enterprise Resource Planning.
@syonatha43572 жыл бұрын
Can you create new video as ERPNext docker installation has changed now?
@AwesomeOpenSource2 жыл бұрын
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 Жыл бұрын
Can it be installed on a linux shared hosting or vps ?
@AwesomeOpenSource Жыл бұрын
On a VPS yes.
@marcossousa11963 жыл бұрын
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
@AwesomeOpenSource3 жыл бұрын
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.