Add module to erpnext

i want to add a custom module to erpnext modules
question : can i add modules to an existing erpnext with frappe bench ??
i done the "add module in frappe dev guide " but it it dosent shows up in the desk
help please and thanks in advance

Yes you can add.

You have to add it to config/desktop.py of your app.

Run through the tutorial to get an idea:

https://frappe.io/docs/guide

Thank you so much
i want to install it on ubuntu 14.04 64bit desktop and have this error ::
traceback (most recent call last):
File “/usr/local/bin/bench”, line 9, in
load_entry_point(‘bench==0.1’, ‘console_scripts’, ‘bench’)()
File “/home/mkd/bench-repo/bench/cli.py”, line 38, in cli
return bench()
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 610, in call
return self.main(*args, **kwargs)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 590, in main
rv = self.invoke(ctx)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 933, in invoke
Command.invoke(self, ctx)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 782, in invoke
return ctx.invoke(self.callback, **ctx.params)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 416, in invoke
return callback(*args, **kwargs)
File “/home/mkd/bench-repo/bench/cli.py”, line 92, in bench
setup_logging(bench=bench)
File “/home/mkd/bench-repo/bench/utils.py”, line 154, in setup_logging
hdlr = logging.FileHandler(log_file)
File “/usr/lib/python2.7/logging/init.py”, line 903, in init
StreamHandler.init(self, self._open())
File “/usr/lib/python2.7/logging/init.py”, line 928, in _open
stream = open(self.baseFilename, self.mode)
IOError: [Errno 13] Permission denied: '/home/frappe/frappe-bench/logs/bench.log

i used the easy way install from frappe bench
question : what’s the best linux distribuation for erpnext?

Hi @Achref_Gost i’m running erpnext/frappe locally in fedora 20 and i have a production server with ubuntu 14.04. in both, erpnext/frappe are running great and i installed manually.

can you show me (if you can) how you installed frappe manualy because i’am planning on installing it on a virtual private server for educational project on nextERP (Mobile develpement) and i need the system to be as stable as possible for my students to access and developpe there Web sevices .
and thanks in advance

Hi! I just wanna ask, how to create new module in erp? I am new here so I don’t how and I want to learn. Thank you!