Skip to content

Scripts, generators, whatever in running Sugar smoother

License

Notifications You must be signed in to change notification settings

randomecho/sugar-sinkhole

Repository files navigation

Sugar sinkhole

Scripts, generators, whatever in terms of smoothing out working in Sugar.

Scripts

  • manifest-exists.rb

    Verify all files mentioned in manifest.php exist in their location and match case-sensitivity.

  • create-manifest.rb

    Generates a boilerplate manifest.php file. If a list of filenames is used as an argument it will also create the copy block under the installdefs section.

  • sugar-packer.rb

    Reads from a manifest.php file and attempts fetch all the listed files necessary for the Module Loader package.

  • Vagrant config setter

    Update config.php to use values expected if using vagrant box from Sugar.

    Example result:

      array (
          'db_host_name' => 'localhost', // 10.3.2.1,
          'db_user_name' => 'root', // original_username,
          'db_password' => 'root', // original_password,
    

Tests

Some files have tests:

rspec

Health check

Build Status

License

Released under BSD 3-Clause.

About

Scripts, generators, whatever in running Sugar smoother

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published