xR86 / cc-project

BaaS - Booking as a Service (project for the Cloud Computing course - FII)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cc-project

BaaS - Booking as a Service

We have made a small GAE app for the Cloud Computing course at Faculty of Computer Science Iasi (FII).

Page of the course is available here: profs.info.uaic.ro/~adria/teach/courses/CloudComputing/coursepractical-works.html

This was Homework [4] (4th/5 homeworks, 1/2 projects), as found on the course page.


Install guide

Localhost

pip install -r requirements.txt
python manage.py runserver

GAE - Built-in libraries (faster)

gcloud app deploy

GAE - lib/ upload (slower) - current

You need appengine_config.py.
Comment in app.yaml this:

libraries:
- name: django
  version: "1.2"

Manually: sudo pip install -r requirements.txt -t lib/
gcloud app deploy

Automated:
./install_GAE.sh

About

BaaS - Booking as a Service (project for the Cloud Computing course - FII)

License:MIT License


Languages

Language:HTML 39.0%Language:CSS 30.7%Language:Python 25.2%Language:JavaScript 4.8%Language:Shell 0.4%