Giter VIP home page Giter VIP logo

forkcms-scripts's Introduction

Fork CMS scripts

PRs Welcome

Shell scripts to manage asset syncing and database syncing between Fork CMS environments. Using these scripts you can pull assets and database data from remote to local, or the reverse way: push your local database and assets to your (staging/production) environment.

Overview

There are several scripts included in forkcms-scripts, each of which perform different functions. They all use a shared .env.sh to function. This .env.sh should be created on each environment where you wish to run the forkcms-scripts, and it should be excluded from your git repo via .gitignore.

Installation

  • Copy the scripts folder into the root directory of your Fork CMS project, or a subfolder like var/
  • Duplicate the example.env.sh file, and rename it to .env.sh
  • Add .env.sh to your .gitignore file!
  • Then open up the .env.sh file into your favorite editor, and configure appropriately.

pull_db.sh

The pull_db.sh script pulls down a database dump from a remote server, and then dumps it into your local database. It backs up your local database before doing the dump.

push_db.sh

The push_db.sh script creates a local database dump, and then dumps it into your remote database. It backs up your remote database before doing the dump.

pull_assets.sh

The pull_assets.sh script pulls down an arbitrary number of directories from a remote server, since we keep client-uploadable assets out of the git repo. The directories it will pull down are specified in LOCAL_ASSETS_DIRS, e.g.

LOCAL_ASSETS_DIRS=(
    "Blog"
    "Core"
    "MediaLibrary"
    "Pages"
    "Users"
)

push_assets.sh

The push_assets.sh script pushes an arbitrary number of directories from your local machine to the remote server, since we keep client-uploadable assets out of the git repo. The directories it will push are specified in LOCAL_ASSETS_DIRS.

Credits

forkcms-scripts's People

Contributors

jessedobbelaere 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.