|
Sorry, there are no archives available for download yet, so you will need to install SVN to get the source code. Here are all the steps you need to follow in order to install Nuages. - Create an AppEngine account (at http://appengine.google.com)
- Create an application in your AppEngine account
- Install SVN
- Get the source code from SVN using the following command: svn checkout http://nuages.googlecode.com/svn/trunk/ nuages-read-only
- Copy app.yaml.default to app.yaml and settings.py.default to settings.py
- Change the application name in app.yaml to match the name of the application you created in AppEngine
- Add the application name, URL, your name and your email in settings.py
- Download the AppEngine SDK
- Use appcfg.py from the AppEngine SDK to install the application
|