Git Product home page Git Product logo

documentation's Introduction

documentation's People

Contributors

alexbrasetvik avatar alpe avatar annatraussnig avatar artavenue avatar brissmyr avatar cbek avatar dterei avatar ferhatsb avatar fern4lvarez avatar hpcc avatar ikusalic avatar javadevvictoria avatar jbrandstetter avatar krl avatar liz0 avatar matthiaswiesner avatar matthiaswiesnercc avatar mkorszun avatar peterelsayeh avatar pst avatar schu avatar sebastianpicklum avatar sfriesel avatar syphar avatar tbuehl avatar tooangel avatar traxmaxx avatar vervas avatar vioum avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

documentation's Issues

Initial paragraph

  • Text "...deploying a Zend Framework 2 based app to the cloudControl PaaS.". Shouldnt it be "...deploying a Zend Framework 2 based app ON the cloudControl PaaS."?
  • Link to "the official ZendSkeletonApplication" on github opens in the same tab. Shouldnt this link open a new tab so we dont send people away?

The "Optional" step

  • Why is it only for users with v. 5.4? Its too extensive to set it up with lower version? Or we just dont want to show for older versions?
  • It would be a bit easier to read if the initial sentence ("To be able to run the app locally...) was split up a bit (perhaps putting the part starting with composer just before its corresponding code block)
  • It states that I should put something in my config/autoload/local.php file...but I can only see that I have a config/autoload/local.php.dist file. I know it reads in the .dist file to copy it without the .dist extension but this only became clear after I opened this file...for me at least :)

Error running cctrluser create

Tried the command to create a user and running into the following error message : "Could not connect to API..."

Dons-MacBook-Air:~ donpinto$ cctrluser create
Username: donpinto
Email : [email protected]
Password:
Password (again):
Could not connect to API...

The "A simple controller..." step

  • In previous examples we show code as well as path to files but here there is only a reference to the "IndexController". We dont want to show the code/path for this?
  • Maybe a rephrase of "After the short walkthrough of the code..." could make sense. I read this that we will still do more walk through of code. So, how about "Now that we have walked through some of the code in the example app, lets..." (also "walkthrough" has been written as 2 words previously in this tut)

The "Add the Required MySQL..." step

  • Link to MySQLs add-on opens in the same tab, should we not have this open in a new tab instead so we dont "send them away"?
  • The text should also maybe read something like "We are going to use the free plan of the MySQLs Add-on which is very suitable for testing and development" instead of "We are going to use the MySQLs Add-on. It's a free shared database for testing and development." Es is nicht immer frei Junge!

Java Amazon S3 integration

Currently on:
https://staging-www3.cloudcontrolapp.com/dev-center/Guides/Java/AWS%20S3

Points

  1. A add a little more explanation in the beginning towards WHY we do this guide. Perhaps something like "This guide will walk you through how to access and use Amazon S3 on cloudControl"
  2. The links to the Java SDKs should open in a new tab
  3. Suggested re-ordering (Under "Getting started")
    Start with "Follow the Amazon Guide...."
    Continue with "To use the official Amazon S3..."
    End with "The recommended way to make your credentials accessible to your application is to provide them via environment variables using the cloudControl Config Add-on [link to conf. add-on]" followed by codesnippet to show to do this"
  4. If above makes sense then the "Example usage" section would start with "Now try out some..." or maybe we could say "Lets try out some operations on buckets and objects:"

PHP Guides / Kohana

In line 171 the guide prompts the user to find a specific line in the file 'application/bootstrap.php' and replace it, but this line does not actually matches the source code provided at the start of the tutorial, and thus this causes problems later with connecting to the database.

"The Example App" heading

The text..."Let's clone the example code from Github and walk through some of the changes.". Shouldnt it be "...some of the code"?

Update all Windows Installer Links

All Windows Installer Links in the documentation should point to https://www.cloudcontrol.com/download/win after the new version of the site has been released.

Mongolab connection needs to use specific dbname

The PHP example code for mongolabs says you just select

$db = $m->selectDB(myDbName);

But myDbName actually has to be the name defined in the mongo uri. Is there some way to get this db name except

preg_match("#/([^/\?]+)(\?|$)#", $uri, $match);
database = $match[1];

?

The "A simple controller" step

  • In previous examples we show code as well as path to files but here there is only a reference to the "IndexController". We dont want to show the code/path for this?
  • Maybe a rephrase of "After the short walkthrough of the code..." could make sense. I read this that we will still do more walkthrough of code. So, how about "Now that we have walked through some of the code in the example app, lets..." (also previously in this tut walkthough is not written as 1 word...so "walk though" it shall be.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.