Create disposable
Drupal dev sites with
Cloud IDE - in less
than 10 seconds.
All for FREE!
Drupal Starshot
Contribute to Drupal CMS in a cloud development environment. Starshot is an initiative to develop Drupal CMS, a distribution for non-technical users.
Contributing to Drupal CMS
- Review the Drupal CMS issue queue. Find or create an issue for your contribution.
- Create or get push access to the issue fork.
Open a terminal in the cloud dev environment and run the following commands:
cd /var/www/html/repos/drupal/drupal_cms git remote add -t <issue_branch> drupal_cms-<issue_number> https://<drupal.org_username>:<personal_access_token>@git.drupalcode.org/issue/drupal_cms-<issue_number>.git
It is best practice to generate a personal access token rather than use your drupal.org password for
<personal_access_token>
.Check out the branch for your issue:
git checkout -b <issue_branch>
When you have committed your work, update the branch and push your changes:
git pull --rebase git push
Contributing to other projects
- Clone project repositories in the repos directory. To avoid project name collisions, use subdirectories to separate projects from different sources.
- Either symlink project files to where they are needed or add them to composer.json.
Frequently Asked Questions
Simplytest is a great service. We were in fact inspired by it. If you have not tried it, you should try it out. Seriously. Here's the link. Drupal Forge is a community service - just like Simplytest. Here are the similarities and differences:
- Like Simplytest, Drupal Forge (DF) lets you create 6 hour temporary disposable Drupal Dev sites.
- On DF, you can optionally add a Cloud Dev Environment (CDE) to your Drupal Dev sites.
- With a CDE, your Dev sites are automatically paused at after 6-hours instead of getting deleted.
- You can un-pause your sites and continue where you left off.
- You can keep extending the working life of your Dev sites (in increments of 6 hours).
- With a CDE, you get a browser-based VS Code IDE (aka Cloud IDE), pre-installed with Composer and Drush.
- Full access to the MySQL database with PhpMyAdmin - a browser-based db admin tool.
- Invite and collaborate with other developers on the Code IDE - think parallel programming.
- Download your site and use it on your Local Dev Environment.
- Go live with your site - deploy it to an external server on Digital Ocean, Light Sail, etc. Connect your custom URL to it. Maintain the Dev site on DF.