<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>management Archives | Clever Cloud</title>
	<atom:link href="https://stagingv6.cleverapps.io/blog/tag/management/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>From Code to Product</description>
	<lastBuildDate>Tue, 24 Oct 2023 09:13:36 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2023/03/cropped-cropped-favicon-32x32.png</url>
	<title>management Archives | Clever Cloud</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Intro to Clever Cloud-Driven Development</title>
		<link>https://stagingv6.cleverapps.io/blog/engineering/2016/10/12/clever-cloud-driven-developement/</link>
		
		<dc:creator><![CDATA[Clément Nivolle]]></dc:creator>
		<pubDate>Wed, 12 Oct 2016 16:56:00 +0000</pubDate>
				<category><![CDATA[Engineering]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Developers]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[workflow]]></category>
		<guid isPermaLink="false">https://www2.cleverapps.io/wp/blog/technology/2016/10/12/clever-cloud-driven-developement/</guid>

					<description><![CDATA[<p><img width="1400" height="540" src="https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/ccdd.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" fetchpriority="high" srcset="https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/ccdd.png 1400w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/ccdd-300x116.png 300w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/ccdd-1024x395.png 1024w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/ccdd-768x296.png 768w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/ccdd-1368x528.png 1368w" sizes="(max-width: 1400px) 100vw, 1400px" /></p><p>In ancient times, developers weren&#39;t able to be just developers. They had to be experts in computer networking and development platforms as well.</p>
<span id="more-2807"></span>

<p>Great ideas had to sit on the sidelines and wait. You had to build out a sandbox to play in before you started coding. If you wanted to use Ruby (on or off Rails), you had to start with something like Ruby Version Manager (RVM) to set up the server space you needed. If you decided that Node.JS was a better fit for your next application, you would have to tear it all down and go get Node Version Manager (NVM) from GitHub. Obviously, people couldn&#39;t live that way for long.</p>
<h2 id="the-dawn-of-reason">The Dawn of Reason</h2>
<p>Platform as a Service (PaaS) providers started popping up about a decade ago and civilization took off from there. Now developers worry about development and the host manages the OS, the software stack, the runtime, the servers, virtualization and storage. That problem then became that PaaS providers were too narrow in their focus.</p>
<p>That&#39;s when Clever Cloud Driven Development (CCDD) was born. It evolved the concept of PaaS and made it polyglot. That means that now you have the freedom to work in any of your preferred runtimes (Docker, PHP, Scala, etc.) and have access to your favorite services (MongoDB, PostgreSQL, Redis, etc.). Now, instant access to those capabilities can be deployed with a simple git push.</p>
<h2 id="tell-me-how">Tell Me How</h2>
<p>One of the tricks that do the magic is the <a href="https://github.com/CleverCloud/clever-tools">Clever Tools™</a>, the official and open-source CLI. Installing it allows the rest of us to use Clever Cloud deploying without leaving the terminal. And that&#39;s pretty awesome.</p>
<blockquote>
<p>…deploying without leaving the Terminal.</p>
</blockquote>
<p>Here the quickstart to install and use it without leaving this page: open your term and paste this:</p>
<pre><code class="language-bash"># Do this once, and forget about it
npm install -g clever-tools &amp;&amp; install-clever-completion &amp;&amp; clever login

# Go to your workDir
# For the Terminalesque ones, create your app without touching a mouse
clever create -t node &quot;My Great Application&quot;
clever deploy
## PROFITT
clever open
## Grep logs as in ye olden days
clever logs --before 2016-10-13 | grep &quot;undefined is not a function&quot;
</code></pre>
<h2 id="what-to-do-with-all-the-extra-time">What to Do With All the Extra Time</h2>
<p>CCDD is not merely a convenience. It actually <em>makes the app world a better place</em>™. It allows developers to do a better job at continuous delivery. When you don&#39;t have to set up and maintain your local environment, your time is freed up to create the additional features that customers want or concentrate on performance tuning.</p>
<p>You don&#39;t need to manage your sandboxes for dev and production. CCDD can update your apps in production with no downtime and assure that they will automatically self-heal and redeploy after a crash.</p>
<p>For lean startups and small developer teams, CCDD means scalability from day one. You don&#39;t need to invest in more servers to handle spikes in traffic if you suddenly someone says something nice about you on Hacker News (one can only hope). CCDD scales horizontally and vertically as needed in an instant.</p>
<p>Every developer deserves top-of-the-line security and reactive monitoring. CCDD is built to handle the infrastructure while you handle the accolades.</p>
]]></description>
										<content:encoded><![CDATA[<p><img width="1400" height="540" src="https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/ccdd.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" decoding="async" srcset="https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/ccdd.png 1400w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/ccdd-300x116.png 300w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/ccdd-1024x395.png 1024w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/ccdd-768x296.png 768w, https://staging-cc-assetsv6.cellar-c2.services.clever-cloud.com/uploads/2021/08/ccdd-1368x528.png 1368w" sizes="(max-width: 1400px) 100vw, 1400px" /></p><p>In ancient times, developers weren&#39;t able to be just developers. They had to be experts in computer networking and development platforms as well.</p>
<span id="more-2807"></span>

<p>Great ideas had to sit on the sidelines and wait. You had to build out a sandbox to play in before you started coding. If you wanted to use Ruby (on or off Rails), you had to start with something like Ruby Version Manager (RVM) to set up the server space you needed. If you decided that Node.JS was a better fit for your next application, you would have to tear it all down and go get Node Version Manager (NVM) from GitHub. Obviously, people couldn&#39;t live that way for long.</p>
<h2 id="the-dawn-of-reason">The Dawn of Reason</h2>
<p>Platform as a Service (PaaS) providers started popping up about a decade ago and civilization took off from there. Now developers worry about development and the host manages the OS, the software stack, the runtime, the servers, virtualization and storage. That problem then became that PaaS providers were too narrow in their focus.</p>
<p>That&#39;s when Clever Cloud Driven Development (CCDD) was born. It evolved the concept of PaaS and made it polyglot. That means that now you have the freedom to work in any of your preferred runtimes (Docker, PHP, Scala, etc.) and have access to your favorite services (MongoDB, PostgreSQL, Redis, etc.). Now, instant access to those capabilities can be deployed with a simple git push.</p>
<h2 id="tell-me-how">Tell Me How</h2>
<p>One of the tricks that do the magic is the <a href="https://github.com/CleverCloud/clever-tools">Clever Tools™</a>, the official and open-source CLI. Installing it allows the rest of us to use Clever Cloud deploying without leaving the terminal. And that&#39;s pretty awesome.</p>
<blockquote>
<p>…deploying without leaving the Terminal.</p>
</blockquote>
<p>Here the quickstart to install and use it without leaving this page: open your term and paste this:</p>
<pre><code class="language-bash"># Do this once, and forget about it
npm install -g clever-tools &amp;&amp; install-clever-completion &amp;&amp; clever login

# Go to your workDir
# For the Terminalesque ones, create your app without touching a mouse
clever create -t node &quot;My Great Application&quot;
clever deploy
## PROFITT
clever open
## Grep logs as in ye olden days
clever logs --before 2016-10-13 | grep &quot;undefined is not a function&quot;
</code></pre>
<h2 id="what-to-do-with-all-the-extra-time">What to Do With All the Extra Time</h2>
<p>CCDD is not merely a convenience. It actually <em>makes the app world a better place</em>™. It allows developers to do a better job at continuous delivery. When you don&#39;t have to set up and maintain your local environment, your time is freed up to create the additional features that customers want or concentrate on performance tuning.</p>
<p>You don&#39;t need to manage your sandboxes for dev and production. CCDD can update your apps in production with no downtime and assure that they will automatically self-heal and redeploy after a crash.</p>
<p>For lean startups and small developer teams, CCDD means scalability from day one. You don&#39;t need to invest in more servers to handle spikes in traffic if you suddenly someone says something nice about you on Hacker News (one can only hope). CCDD scales horizontally and vertically as needed in an instant.</p>
<p>Every developer deserves top-of-the-line security and reactive monitoring. CCDD is built to handle the infrastructure while you handle the accolades.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How would you convince your boss to choose Clever Cloud as a hosting service in a 5mn pitch?</title>
		<link>https://stagingv6.cleverapps.io/blog/company/2013/04/09/how-to-convince-your-boss-to-use-clever-cloud/</link>
		
		<dc:creator><![CDATA[Adrien Cretté]]></dc:creator>
		<pubDate>Tue, 09 Apr 2013 00:00:00 +0000</pubDate>
				<category><![CDATA[Company]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[PaaS]]></category>
		<category><![CDATA[service]]></category>
		<guid isPermaLink="false">https://www2.cleverapps.io/wp/blog/technology/2013/04/09/how-to-convince-your-boss-to-use-clever-cloud/</guid>

					<description><![CDATA[French version below Like a Christopher Colombus having an audience with the Queen Isabella, you have decided to convince your boss that your idea is the good one. And as the navigator did at Córdoba, you thought about talking about economics benefits. You do it right, but it&#39;s not enough. Furthermore, you&#39;ve choosen Clever Cloud, [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><em>French version below</em></p>
<p>Like a Christopher Colombus having an audience with the Queen Isabella, you have decided to convince your boss that your idea is the good one. And as the navigator did at Córdoba, you thought about talking about economics benefits. You do it right, but it&#39;s not enough. Furthermore, you&#39;ve choosen Clever Cloud, so you can benefit from it to make arguments more effective. Here are some advice to promote our solution to your decisions makers, in 5 minutes.</p>
<p><span id="more-2716"></span></p>
<p>Let&#39;s start with a brief reminder of the advantages of a PaaS</p>
<h3 id="1---innovate-faster">1 &#8211; Innovate faster</h3>
<p>The Internet has changed our way to think the innovation. Ship a project or an idea has never been that fast. A PaaS solution is not only an environment which makes your life easier in deploying apps and websites. Above all it&#39;s a faster way to perform these tasks. Setting up a deployment platform by yourself is useless. It&#39;s a pure waste of your time. Cutting corners can be a good thing.  In addition, and despite the best willingness and your team’s abilities, the result will never be as successful as a product made by experts. Choosing a PaaS solution is saving time during the deployment phase. Especially if you don&#39;t have a production team and, as it&#39;s often the case, your devs have to put in production themselves. Save a developer, use Clever Cloud.</p>
<div class="center" style="margin: 0 auto 20px; width: 400px">
<a href="https://www2.cleverapps.io/app/uploads/2021/08/koala.jpeg" rel="noopener noreferrer" target="_blank"><br />
<img decoding="async" alt="qualifications" src="https://www2.cleverapps.io/app/uploads/2021/08/koala.jpeg"/><br />
</a>
</div>
<h3 id="2---focus-on-ressources">2 &#8211; Focus on ressources</h3>
<p>Innovating faster also means focusing on your real know-how. In addition to avoiding overthinking the development of a product out of the scope. After all, that&#39;s why you&#39;ve paid a headhunter to hire the best.</p>
<h3 id="3---save-money">3 &#8211; Save money</h3>
<p>Both points mentioned previously can already avoid unnecessary expenses. In addition to be a time-saver, a PaaS reduces hidden costs. Reconsidering the costs of a private infrastructure this way, is enough to understand the financial gain provided by a PaaS solution.</p>
<p><em>You will find most of these features in many PaaS available on the market. Now, why choose Clever Cloud rather than a competitor?</em></p>
<div class="pull-right" style="margin-left:20px; width: 100px">
  <img decoding="async" alt="drops" src="https://www2.cleverapps.io/app/uploads/2021/08/drops.png"/>
</div>
<h3 id="4---clever-cloud-is-more-transparent">4 &#8211; Clever Cloud is more transparent</h3>
<p>Our unit of computing energy, the drop, allows you to manage your consumption just like you manage the gas tank of a car. Therefore, you pay just what you consume and you always keep an eye on your consumption.</p>
<p><em>Don&#39;t hesitate to send us an email at <a href="mailto:deals@clever-cloud.com">deals@clever-cloud.com</a> for more information on prices</em></p>
<h3 id="5---clever-cloud-is-more-efficient">5 &#8211; Clever Cloud is more efficient</h3>
<p>Investing in a local server is like forcing a fixed cost with limited ROI. Clever Cloud always fits resources to your app&#39;s load and never consumes more than necessary.</p>
<h3 id="6---clever-coud-is-faster">6 &#8211; Clever Coud is faster</h3>
<p>A project can be deployed quickly in our infra via git or SFTP (PHP). Thanks to its optimised peering agreements, Clever Cloud gives a great performance to your apps accross multiple datacenters.The latency on Clever Cloud&#39;s traffic remains low.</p>
<div class="center" style="margin: 0 auto 20px; width: 500px">
  <a href="https://www2.cleverapps.io/app/uploads/2021/08/peering.png" rel="noopener noreferrer" target="_blank"><br />
    <img decoding="async" alt="peering" src="https://www2.cleverapps.io/app/uploads/2021/08/peering.png"/><br />
  </a>
</div>
<h3 id="7---clever-cloud-is-polyglot">7 &#8211; Clever Cloud is polyglot</h3>
<p>Our platform supports many languages like PHP, Scala, Java, NodeJs, Maven, soon Ruby and also frameworks like, Play 1&amp;2 in Java and Scala. Our PaaS also supports services and databases like MySQL, PostegreSQL and very soon CouchBase, MongoDB then Redis. Python is in open beta (including Django 1.5 support) since last week.</p>
<h3 id="8---clever-cloud-is-secure">8 &#8211; Clever Cloud is secure</h3>
<p>Clever Cloud ensures by default the SSL (with a certificate from our partner Comodo) on all subdomains of cleverapps.io, created by default for each new application on our platform. This partnership will generate directly SSL certficates from the user account.</p>
<h3 id="9---clever-cloud-is-french">9 &#8211; Clever Cloud is French</h3>
<p>Our servers are hosted into the Illiad datacenter, into a secure space, with the Tier 4 recommendation (the higher level), in the Parisian region. It&#39;s hard to be closer and safer at the same time.</p>
<div class="center" style="margin: 0 auto 20px; width: 500px">
  <a href="https://www2.cleverapps.io/app/uploads/2021/08/serveur-head.png" rel="noopener noreferrer" target="_blank"><br />
    <img decoding="async" alt="server" src="https://www2.cleverapps.io/app/uploads/2021/08/serveur-head.png"/><br />
  </a>
</div>
<p>Now you just have to explain to your boss that a free period will be offered for an account creation and that it takes only a few minutes to create your first app or website.</p>
<p>Enjoy!</p>
<hr>
<p><em>Version française</em></p>
<h2 id="comment-convaincre-votre-boss-dadopter-clever-cloud-en-5min">Comment convaincre votre boss d&#39;adopter Clever Cloud en 5min?</h2>
<p>Tel un Christophe Colomb auprès de la reine Isabelle, vous avez décidé d&#39;aller convaincre votre boss que votre idée est la bonne. Et comme le fit le navigateur à Cordoue, vous avez pensé à invoquer les retombées économiques que cela engendrerait. C&#39;est bien, mais pas suffisant. D&#39;autant que vous avez choisi Clever Cloud, alors autant en profiter pour avancer des arguments bien plus saisissants. Voici quelques conseils pour promouvoire notre solution auprès de vos décideurs, en 5 minutes.</p>
<p>Commencez par un rapide rappel des avantages d&#39;une solution PaaS:</p>
<h3 id="1---innover-rapidement">1 &#8211; Innover rapidement</h3>
<p>Le web a changé notre façon de penser l&#39;innovation. Concrétiser un projet ou matérialiser une idée n&#39;a jamais été aussi rapide. Une solution PaaS n&#39;est pas qu&#39;un environnement qui vous facilite la vie pour déployer/tester vos apps et sites web. C&#39;est avant tout un moyen bien plus rapide d&#39;effectuer ces tâches. Mettre en place vous-même une plate-forme de déploiement est inutile. Concrètement, c&#39;est même une perte de temps. Brûler les étapes a parfois du bon. Optez pour une solution PaaS c&#39;est donc gagner du temps lors de la phase de déploiement et aussi ne pas en perdre par la mise en place d&#39;une infrastructure fiable. Surtout si vous ne disposer pas d&#39;une équipe de production et que ce sont, comme dans la plupart des cas, vos devs qui sont en charge de la mise en prod. Sauvez un dev, optez pour Clever Cloud.</p>
<h3 id="2---se-concentrer-sur-les-ressources">2 &#8211; Se concentrer sur les ressources</h3>
<p>Innover plus rapidement revient aussi à se focaliser sur son vrai savoir faire. En plus d&#39;éviter les prises de tête liées au développement d&#39;un produit qui sort du périmètre des compétences initales de votre team. D&#39;un point de vue managérial, cela revient à laisser l&#39;équipe travailler sur ce qui lui plaît le plus, ce pour quoi votre boss a payé un chasseur de têtes pour recruter les meilleurs dans leurs domaines.</p>
<h3 id="3---économiser-de-largent">3 &#8211; Économiser de l&#39;argent</h3>
<p>Les points évoqués précédements permettent déjà d&#39;éviter des dépenses inutiles. En plus de gagner du temps en évitant d&#39;en perdre, une solution PaaS minimise les coûts cachés. Reconsidérer de cette façon l&#39;ensemble des coût d&#39;une infrastrucutre propriétaire suffit à comprendre le gain financier qu&#39;assure une solution PaaS.</p>
<p><em>Vous retrouverez l&#39;ensemble de ces points chez la plupart des PaaS du marché. Maintenant, pourquoi choisir Clever Cloud plutôt qu&#39;un autre ?</em></p>
<h3 id="4---clever-cloud-est-plus-transparent">4 &#8211; Clever Cloud est plus transparent</h3>
<p>Notre unité d&#39;énergie informatique, la Drop, vous permet de gérer votre consommation comme si vous gériez la quantité d&#39;essence qu&#39;il reste dans le réservoir d’une voiture. Ainsi, vous ne payez que ce que vous consommez et avez toujours un oeil sur votre consommation. </p>
<p><em>N&#39;hésitez pas à nous laisser un message à l&#39;adresse <a href="mailto:deals@clever-cloud.com">deals@clever-cloud.com</a> pour en savoir plus sur nos prix.</em></p>
<h3 id="5---clever-cloud-est-plus-performant">5 &#8211; Clever Cloud est plus performant</h3>
<p>Investir dans une infrastructure locale c&#39;est infliger à votre entreprise un coût qui ne sera jamais totalement exploité. La solution Clever Cloud s&#39;adapte à la charge de votre application et ne consomme donc jamais plus que nécessaire</p>
<h3 id="6---clever-cloud-est-plus-rapide">6 &#8211; Clever Cloud est plus rapide</h3>
<p>Un pojet peut être déployé rapidement sur notre infrastructure via Git ou SFTP (pour PHP). Grâce à des accords de peering optimisés, l&#39;interaction entre vos applications et les plus grands datacenters n&#39;a jamais été aussi rapide. La latence sur le traffic de Clever Cloud est donc faible.</p>
<h3 id="7---clever-est-polyglotte">7 &#8211; Clever est polyglotte</h3>
<p>Notre plateforme d&#39;hébergement supporte différentes langages: PHP, Scala, Java, NodeJs, Maven,  bientôt Ruby, et différents frameworks tels Play 1&amp;2 en Java et Scala. Notre PaaS supporte également les services et base de donnéds MySQL, PostegreSQL et bientôt CouchBase, MongoDB puis Redis.<br />
L&#39;open beta de Python (Django 1.5 inclu) est également ouverte depuis la semaine dernière.</p>
<h3 id="8---clever-cloud-est-plus-sécurisé">8 &#8211; Clever Cloud est plus sécurisé</h3>
<p>Clever Cloud assure par défaut la sécurisation SSL (par un certificat de notre partenaire Comodo) des sites comportant le sous-domaine <em>cleverapps.io</em>, créé par défaut pour toutes nouvelle applications sur notre plateforme. À terme ce partenariat permetra de générér directement les certificats SSL depuis le compte utilisateur. </p>
<h3 id="9---clever-cloud-est-français">9 &#8211; Clever Cloud est français</h3>
<p>Nos serveurs sont hébergés dans le Datacenter Iliad, dans un espace sécurisé en région parisienne de type Tiers 4+, le plus haut niveau existant.On peut difficilement faire plus proche et sécurisé à la fois.</p>
<p>Il ne vous reste plus qu&#39;à expliquer à votre boss qu&#39;une période d&#39;essai gratuite vous sera offerte pour la création d&#39;un compte et que déployer une application ou un site web ne prendra que quelques instants.</p>
<p>Enjoy !</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Manage your projects using Organisations</title>
		<link>https://stagingv6.cleverapps.io/blog/features/2013/03/18/organisations/</link>
		
		<dc:creator><![CDATA[Adrien Cretté]]></dc:creator>
		<pubDate>Mon, 18 Mar 2013 00:00:00 +0000</pubDate>
				<category><![CDATA[Features]]></category>
		<category><![CDATA[freelance]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[organisations]]></category>
		<category><![CDATA[web agency]]></category>
		<guid isPermaLink="false">https://www2.cleverapps.io/wp/blog/technology/2013/03/18/organisations/</guid>

					<description><![CDATA[French version below More information regarding the Clever Cloud&#8217;s &#8220;Organisations&#8221; feature. Since our console V2, managing permissions and giving access to apps and websites is easy. It&#8217;s now possible to add different members to your Organisations and give different roles to them, each role having different privileges. For a web agency, this means that it&#8217;s [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><em>French version below</em></p>
<p>More information regarding the Clever Cloud&#8217;s &#8220;Organisations&#8221; feature.</p>
<div class="center" style="margin: 0 auto 20px; width: 500px;"><img decoding="async" src="https://www2.cleverapps.io/app/uploads/2021/08/intro-orga.png" alt="organization roles" /></div>
<p>Since our console V2, managing permissions and giving access to apps and websites is easy. It&#8217;s now possible to add different members to your Organisations and give different roles to them, each role having different privileges.</p>
<p><span id="more-2840"></span></p>
<p>For a web agency, this means that it&#8217;s possible to give a role to each member of your team, and also to your customers. For example, the accoutant of one of your customers can access directly to the hosting billing of the websites that you have developed for him. It&#8217;s easy, you just have to create an &#8220;accounting&#8221; role, which only allows access to the billing.</p>
<p>The same applies for freelances. Give specific access to your customers/collaborator and work faster.</p>
<p>There are 4 different roles with different privileges levels.</p>
<div class="center" style="margin: 0 auto 20px; width: 500px;"><img decoding="async" src="https://www2.cleverapps.io/app/uploads/2021/08/organization-roles.png" alt="organization roles" /></div>
<p>For more information, visit our <a href="https://stagingv6.cleverapps.io/doc/account/administrate-organization/">documentation</a>.</p>
<hr />
<p><em>Version française:</em></p>
<p>Revenons sur la fonctionnalité &#8220;Organisations&#8221; de Clever Cloud. Depuis la V2 de notre console, la gestion des permissions donnant accès aux applications et sites web est facile. Il est maintenant possible d&#8217;ajouter différents membres à une Organisation et de leur administrer des rôles, chacun ayant différents privilèges.</p>
<p>Pour une web agency, cela signifie qu&#8217;il est possible de donner à chaque membre de votre agence un rôle, voir à vos clients. Par exemple, le comptable de votre client X souhaite avoir un accès direct à la facturation de l&#8217;hébergement du site que vous lui avez construit. C&#8217;est très simple, il suffit de lui créer un rôle &#8220;accounting&#8221; lui donnant uniquement accès à la facturation.</p>
<p>Il en va de même pour les freelances. Donnez des accès spécifiques à vos clients/collaborateurs et travaillez plus vite.</p>
<p>Il existe 4 rôles différents, chacun donnant accès à différents privilèges (voir tableau plus haut).</p>
<p>Pour plus d&#8217;infos, allez voir notre <a href="https://stagingv6.cleverapps.io/doc/account/administrate-organization/">documentation</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
