Skip to content

A web interface to the AppScale command-line tools.

License

Notifications You must be signed in to change notification settings

DrOctogon/appscake

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AppScale Logo

Appscake - Web Frontend for AppScale Tools

About

"AppsCake makes deploying AppScale a piece of cake"

AppsCake is a simple and lightweight web application that allows users to interact with AppScale Tools over the web. This way, even those users who are not familiar with general cloud principles or those who are not comfortable working with a traditional command line interface can get started with deploying AppScale clouds.

AppsCake has been developed using the Python programming language and uses Django.

Prerequisites

Tools Install Process

Run bash get_tools.sh, which downloads the AppScale Tools and puts them in the appscake directory. Next, install the AppScale Tools:

On an AppScale Image

Install the tools for Python 2.7 by going into appscale-tools/src_install and running bash appscale_install.sh

For Mac OSX

Install the tools by going into appscale-tools/osx and running bash appscale_install.sh

For Debian based systems

Install the tools by going into appscale-tools/debian and running bash appscale_install.sh

Source Install

Install the tools by going into appscale-tools/src_install and running bash appscale_install.sh

Running AppsCake

python2.7 manage.py runserver localhost:8000

Go to http://localhost:8000 with a browser.

If you are running AppsCake on the image that you will be starting AppScale, start AppsCake by running: /usr/local/Python-2.7.3/python manage.py runserver <ip>:8090

Go to http://<ip>:8090 with a browser.

Issues

Contact us if you have problems at support@appscale.com or visit our IRC channel, #appscale on freenode.net.

License

This software is licensed under the New BSD License. For more information, read the file LICENSE.

Bitdeli Badge

About

A web interface to the AppScale command-line tools.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 55.0%
  • JavaScript 34.0%
  • Python 11.0%