You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Overview

The Codenvy Service provides a cloud-hosted instance of the Eclipse Che editor and and a cloud hosted service for running Docker containers.

The service has many compelling features and some limitations.  Customer support is non-existent even for paid accounts.

Codenvy RAM Usage

Codenvy provides a free tier account that uses up to 3G of RAM.

This is sufficient to run a small DSpace instance.

The Codenvy IDE (Che) requires at least 3G of RAM to manage the full DSpace Code base.  Therefore, it is impossible to manage code and run DSpace in a free tier workspace.

Try It

The following link to a Codenvy factory will build a 3GB workspace running the latest DSpace 6x published Docker Image.


The workspace properties panel will expose a public URL for the tomcat instance.


Note about the dspace/tomcat container

The tomcat instance (container named dspace) cannot be stopped or restarted.  If you wish to reload a webapp, you should modify the webapp web.xml file in /dspace/webapps/*/WEB-INF/web.xml

Copy Files between Containers with SSH

The following link explains how to use SSH keys to move data between containers or from your desktop to one of the containers.

https://github.com/codenvy/codenvy/issues/2699

Utility Script for Codenvy

The following utility script will perform some of the special overrides that we have configured within our dspace compose files.

https://github.com/DSpace-Labs/DSpace-Docker-Images/blob/codenvy-refactor/add-ons/codenvy-scripts/setupCodenvy.sh

  • No labels