Please wait while we activate the user ...
- Scalable platform.
- Our platform grows and shrinks according to your load.
- Easy to configure and to control.
- Read our documentation and you will see it.
- GIT support, and HG on the way.
- Put your code wherever you want.
- Any dependency you like.
- We can manage all your dependencies in a pip compatible way.
- Pay as you go and free options!
- You will pay only if you have visits to your app. See pricing.
- RabbitMQ, MySQL and more.
- We're working on make your life easy with extra services.
- doe@laptop:~$ django-admin.py startproject myapp
- doe@laptop:~$ cd myapp
- doe@laptop:~/myapp$ git init
- doe@laptop:~/myapp$ git remote add nuage nuage@git.nuagehq.com:myapp.git
- doe@laptop:~/myapp$ git add *
- doe@laptop:~/myapp$ git commit -m "Initial version"
- doe@laptop:~/myapp$ git push nuage master
- Counting objects: 7, done.
- Delta compression using up to 2 threads.
- Compressing objects: 100% (5/5), done.
- Writing objects: 100% (6/6), 2.88 KiB, done.
- Total 6 (delta 0), reused 0 (delta 0)
- remote: Updating application ...
- remote: Version found, updating it ...
- remote: ... checking in 6 seconds
- remote: ... checking in 8 seconds
- remote: ... checking in 10 seconds
- remote: ... checking in 12 seconds
- remote: Deployment complete, check your application in:
- remote: http://myapp.apps.nuagehq.com/
- remote: Thanks for use Nuage.
- remote: Visit us in http://www.nuagehq.com/
- To nuage@git.testing.nuagehq.com:myapp.git
- 7d993f6..9850c80 master -> master