Coder Social home page Coder Social logo

crossrc's Introduction

CrossRC

CrossRC is a simple cross-platform service script framework, created to build portable daemon system scripts in different platforms.

Getting Started

To create a project you have to use a common folder structure:

/                      Project Root
  build/               CrossRC directory
  src/                 Sources directory
    PROJECT_NAME/      Your project(s) name
      initrc           Service init rc fie
      conf             Service init rc config file
        include        See "Replacing common includes" Section
        os             Platform configuration overrides
    ANOTHER_PROJECT/   ...
      ...

To start from zero use the following commands in your project root folder

$ git submodule add http://github.com/falcacibar/crossrc.git build
$ ./build/project PROJECT_NAME

The main script crossrc

This script are the heart of crossrc, this script do all the work reading all the projects in src/ and applying the command to the project. The following commands are permitted:

Command Description
build Build the scripts and put it in $distdir
install Installs script in the system (If it is configured)
clean Cleans build paths

You can use multiple commands, for example, for build, install and clean use the following command

$ ./build/crossrc build install clean

NOTE: Maybe you need a superuser permissions to install

Writing scripts with CrossRC

Code Guidelines

Writing Scripts
Variables

In the deep

Replacing Common Includes
Platform Configuration

Credts

  • Thanks to my friend Christopher Castro who let me experiment with his infrastructure

All your feedback is welcome, have a nice day.

crossrc's People

Contributors

fbuccioni avatar jewnix avatar

Watchers

James Cloos 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.