Thursday, August 25, 2016

Setting up c9.io (ubuntu) with Google App Engine SDK - PYTHON

I try to cover as much of steps required as possible in my posts but dont include them all in one post so that one doesnt get bombarded with information. Please refere to pre-requisite section with reference sufficient for you; if it doesnt exist please mention so in comment.


Pre-requisite :
c9.io account
Create a workspace with Python Config

STEPS:
Go to shell copy paste one at a time
STEP(1) Get SDK from Google to you c9.io workspace
wget https://storage.googleapis.com/appengine-sdks/featured/google_appengine_1.9.40.zip
STEP(2) Unzip the sdk package
unzip google_appengine_1.9.40.zip
STEP(3) Set path variable for future reference
export PATH=$PATH:/home/ubuntu/workspace/googleAppEngineSDK/google_appengine/


Reference : Google Docs

No comments:

Post a Comment

Quick setup Phonegap Development Environment using Docker

INTRO NOTE : Pre-requisite is to have ubuntu 16.04 Following DIGITAL OCEAN tutorial for same...