layout | title | subnav_index | description | modified_at |
---|---|---|---|---|
default_with_main_navigation |
Documentation Center |
0 |
From the deployment of your app to complex scaling operations you'll find all the resources you need to understand and benefit from Scalingo's powerful Platform as a Service. All major languages are supported: Ruby, NodeJS, MeteorJS, Python, PHP, Java and more. |
2015-09-08 17:00:00 -0700 |
No server to manage, nor operating system, just git push your code, we take care of everything from there. And voilà, 2 minutes later, your website is online.
{% for item in site.highlighted.technologies %}
{% endfor %}
{% for item in site.highlighted.databases %}
{% endfor %}
{% for item in site.highlighted.addons %}
{% endfor %}
{% for page_url in site.highlighted.first_steps %}
{% assign apage = site.posts | where:'url', page_url | first %}
{{apage.title}}
{% endfor %}
{% assign recent_posts = site.posts | sort: 'modified_at' | reverse %}
{% for post in recent_posts limit:10 %}
{% if post.categories contains 'changelog' %}
{{ post.title }}
{% else %}
{{ post.title }}
{% endif %}
{{ post.modified_at | date_to_string }}
{% endfor %}