Help for installing Frappe bench

Hi all,
I am new to Frappe framework. I need to install frappe bench for developing new erpnext module and creating a new app. I followed the commands for installing developement bench, but i couldn’t see any folders like apps and sites inside my directory folder. Please someone help me…

Hi, I need some more details. What OS and OS version are you on? What command did you run?

Hi,
I am using Ubuntu 14.04 OS. I created a separate folder called
frappe-bench and inside of that folder I ran commands as wget
https://raw.githubusercontent.com/frappe/bench/master/playbooks/install.py
and
sudo python install.py --develop. After this I couldn’t see any folder like
apps and sites as per mentioned in developer tutorials.

try to go /home/frappe the new installer will create a new user frappe

yeah! in home i created a folder named frappe-bench and inside of that folder (/home/frappe-bench) i ran these commands wget
https://raw.githubusercontent.com/frappe/bench/master/playbooks/install.py
and
sudo python install.py --develop. I could see only one file named install.py, there are no other files.

Hi, you’re not supposed to create any folder. Maybe you can restart from the beginning, I’m not sure what state your system is in.

As root, if you just run:

https://raw.githubusercontent.com/frappe/bench/master/playbooks/install.py
sudo python install.py --develop --user frappe

if we don’t need to create folder mean under which folder should i run those commands and how to do that as a root. please help me.

If the command ran well, check if you have a folder /home/frappe-bench/frappe-bench

thanks @soloincc yes now i got the folder like what you said. I created a app named library management and site called library. Ran command as bench use library and bench --site library install-app library_management. After that i ran command bench start and checked the localhost:8000, i got error like this
OperationalError: (1045, “Access denied for user ‘00299a408d’@‘localhost’ (using password: YES)”)
please help me.

check your mysql password. Its failing at that point