Git Product home page Git Product logo

templates's Introduction

Cloud9 Workspace Templates

This repository contains the public c9.io workspace templates.

Contributing

We currently only accept pull-requests for existing workspace types.

templates's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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  avatar  avatar  avatar

templates's Issues

PHP 7 Environment

Hello,

I would like to have the option of creating a workspace with PHP 7. I accomplished from a PHP5 environment but couldnt enable correctly xdebug mode.

I would not mind to try it and make a PR on my own but not sure how to test the config scripts.

Bash alias for mongo init

I have to go to this article everytime I want to set up a new mongodb. It'd be nice to have a generator in the default .bash_aliases:

  ...
  alias mysqldump="mysqldump --user=$C9_USER --host=$IP"
  alias php="php -c ~/workspace/php.ini"
+ alias mongoinit="mkdir data && echo 'mongod --bind_ip=$IP --dbpath=data --nojournal --rest "$@"' > mongod && chmod a+x mongod"
  alias ..="cd .."

Running `./templatectl <workspace> run` gives the following error

This happens for every workspace I try. Here is the output from my WIP dart workspace:

Sending build context to Docker daemon 13.82 kB
Step 1 : FROM cloud9/workspace
 ---> 1ead365785f9
Step 2 : MAINTAINER Kendal Harland <[email protected]>
 ---> Using cache
 ---> 340e9e271a4f
Step 3 : ADD ./files/workspace /home/ubuntu/workspace
 ---> Using cache
 ---> 1d70c47e8568
Step 4 : RUN sudo apt-get update
 ---> Using cache
 ---> 25f9b688f7a2
Step 5 : RUN sudo apt-get install apt-transport-https
 ---> Using cache
 ---> bbf69b28d353
Step 6 : RUN sudo sh -c 'curl https://dl-ssl.google.com/linux/linux_signing_key.pub |    apt-key add -'
 ---> Using cache
 ---> 98760ab8a1c2
Step 7 : RUN sudo sh -c 'curl https://storage.googleapis.com/download.dartlang.org/linux/debian/dart_stable.list > /etc/apt/sources.list.d/dart_stable.list'
 ---> Using cache
 ---> 813623be998d
Step 8 : RUN sudo apt-get update
 ---> Using cache
 ---> 8dcab98ae7ad
Step 9 : RUN sudo apt-get install dart/stable
 ---> Using cache
 ---> 81e311567439
Step 10 : RUN chmod -R g+w /home/ubuntu/workspace &&     chown -R ubuntu:ubuntu /home/ubuntu/workspace
 ---> Using cache
 ---> 825131bff955
Step 11 : ADD ./files/check-environment /.check-environment/dart
 ---> Using cache
 ---> 5f9f91f9f77a
Step 12 : RUN chmod -R a+rx /.check-environment/dart
 ---> Using cache
 ---> be287487204f
Successfully built be287487204f
Error response from daemon: ./.templatectl-cache/c9sdk includes invalid characters for a local volume name, only [a-zA-Z0-9][a-zA-Z0-9_.-] are allowed

running ./templatectl <template> test gives error for all templates

On two different machines I get the same error for all templates. The Dockerfiles all seem to complete execution, then docker fails to download bash:

Unable to find image 'bash:latest' locally
Pulling repository docker.io/library/bash
docker: Error: image library/bash:latest not found.

Install cmake

The cmake package should be installed by default on Cloud9 workspaces.

Attempting to run new or existing templates have various errors

existing

user@f5ded4ec3466:/projects/templates$ ./templatectl ws-html5 test                                                                          
./templatectl: line 46: docker: command not found                                                                                           
user@f5ded4ec3466:/projects/templates$ ./templatectl ws-html5 run                                                                           
./templatectl: line 46: docker: command not found 

newly written

./templatectl: line 50: docker: command not found                                                                                           
Could not find image ''. Aborting                                                                                                           
user@f5ded4ec3466:/projects/templates$ ./templatectl ws-dotnet run                                                                          
./templatectl: line 92: docker: command not found     

Replicated on both c9.io and codenvy.io

ارجو حل مشكلتي

لقد تم ايقاف موقع c9 وانا لقد كنت اعمل على الموقع وهوه من اجمل المواقع ارجو منكم استرجاع وتشغيل موقع c9 واشكر كل من قام بعمل هذا الموقع

Docker Hub Official Account?

Hello Cloud9,

I was looking around Docker Hub and found that this account:
https://hub.docker.com/u/cloud9/

Which contains some of the most pulled images with Cloud9 projects (specifically workspaces).
So made me wonder this the official (even if is not verified) account?

Thanks in advance for your reply. 👍 Sorry to bother with such matter, but it's more comfortable if anybody on the team vouches for it.

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.