Skip to content

abhishekmahajan3711/GoogleAppEngineV1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Note Before Cloning=>

1.Install Google App Engine

2.Do configuration using gcloud init

3.You should create project on google console and save project-id somewhere

4.Then do cloning acoording to given following steps

To clone,

Run the commands on terminal :

git clone https://github.com/abhishekmahajan3711/GoogleAppEngineV1.git

---if git is not install then install it---

cd GoogleAppEngineV1

---go in files application, go in home , go to GoogleAppEngineV1 folder, go to CodeFolder, open app.yaml file, in that file paste your project-id----

python2 google_appengine/dev_appserver.py CodeFolder/app.yaml

---if python2 not found then install it---

---go to localhost:8080---