Skip to content

acervulus/platformsh-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 

Repository files navigation

Example configurations for Platform.sh

This repository is a collection of various example configurations demonstrating the flexibility of Platform.sh.

Examples

Each example is a specific branch that you can use as a starting point for your Platform.sh project.

Drupal

Symfony

Misc

How to use

Clone one of the example branch you want to start from:

$ git clone --branch=BRANCH-NAME git@github.com:platformsh/platformsh-examples.git my-project
$ cd my-project

If you start from a new Platform.sh project, choose the start with an existing repository option and copy the remote add command.

Paste this command into your newly created folder and push it to your Platform.sh project:

$ git remote add platform PROJECT-ID@git.eu.platform.sh:PROJECT-ID.git
$ git push -u platform HEAD:master

That's it!

About

Example configurations for Platform.sh.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors