GithubHelp home page GithubHelp logo

isabella232 / jaikuenginepatch Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tallstreet/jaikuenginepatch

0.0 0.0 0.0 6.27 MB

JaikuEngine converted to appenginepatch

License: Apache License 2.0

R 0.11% Shell 0.46% JavaScript 10.15% Python 89.28%

jaikuenginepatch's Introduction

Jaikuenginepatch is jaikuengine (http://code.google.com/p/jaikuengine/) ported to run on appenginepatch (http://code.google.com/p/app-engine-patch/)

Steps to create jaikuenginepatch from jaikuengine.

1. Checkout jaikuengine

2. Checkout appenginepatch

3. Start jaikuengine to build the zip files

4. Rename the common folder to jaikucommon

5. grep the code and change from common to from jaikucommon

6. Copy the common folder from appenginepatch to jaikuengine

7. Move the zip files into /common/zip-packages (except django.zip, just delete that one because appenginepatch comes with its own)

8. Delete the settings.py, local_settings.py, dev_settings.py and main.py, manage.py, and app.yaml

9. Delete the folders  .google_appengine, vendor, appengine_django

10. Copy the manage.py from appengine patch, and use the app.yaml and settings.py that I have used

11. From jaikucommon/models.py

delete this line:
  
  import appengine_django.models as aed_models
  
also change:
  class ApiMixinModel(aed_models.BaseModel):
  
to 
  class ApiMixinModel(models.Model):
  
12. grep through the code and replace '.*/templates/ with '

13. grep throuh *.json replace common. with jaikucommon.

14. in jaikucommon/mail.py change email/ to jaikucommon/email/

15. run python manage.py loaddata jaikucommon/fixtures/*.json

16. run python manage.py runserver

jaikuenginepatch's People

Contributors

garyfishpond avatar tallstreet avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.