Giter Club home page Giter Club logo

testopens's Introduction

Open Social Platform.sh trial!#

Template for the Open Social Platform.sh trials.

How to use:

  1. Create a new project on Platform.sh Configure the project by selecting a name and the necessary resources, etc. Make sure to select that you want to import "an existing project". You should see instructions to push existing code to platform.

    git remote add platform [id]@git.[region].platform.sh:[id].git
    git push -u platform master
    
  2. Clone this repository into a new directory and go to this directory.

  3. Change the composer.json file to your liking. E.g. change open_social version or add new modules.

  4. Run composer install in this directory.

  5. Add everything to a new commit, including composer.lock.

    git add .
    git remote add platform [id]@git.[region].platform.sh:[id].git
    git push -u platform master
    
  6. Install the site with the script in dev-scripts/social/install.sh.

  7. Now go and develop this your custom Open Social site. Remember you can add custom modules, themes etc by placing this in either html/modules/custom or html/themes/custom.

    The deploy hooks are defined in .platform.app.yaml and may be changed according to your needs.

@TODO: Define how we are going to use configuration management to ensure overrides are not removed.

testopens's People

Contributors

crell avatar jaapjan avatar pjcdawkins avatar

Watchers

 avatar  avatar

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.