The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "distribution:Narada $1"

narada-new-1 - creates a skeleton project based on Narada framework v1.x River stage one • 1 direct dependent • 1 total dependent

WARNING: This script shouldn't be used for new projects, use narada-new instead. This script provided only for testing compatibility with Narada v1.x projects. This script help you create skeleton project directory for using Narada framework. Target ...

POWERMAN/Narada-v2.3.8 - 03 Apr 2018 21:00:08 UTC

Narada - framework for ease deploy and support microservice projects River stage one • 1 direct dependent • 1 total dependent

Narada was designed for ease development, deploy and support for medium/big server-side project or large amount of small projects (used in microservice architecture). It's a framework which define the way to manage your project (which doesn't really ...

POWERMAN/Narada-v2.3.8 - 03 Apr 2018 21:00:08 UTC

narada-diff - prepare patch from previous version to current River stage one • 1 direct dependent • 1 total dependent

Should be executed in Narada 1.x project root directory. When executed, script will delete "var/patch/CURRENT.*" files, then detect all changes between previous and current project versions and generate from 0 (if there are no changes) to 4 files wit...

POWERMAN/Narada-v2.3.8 - 03 Apr 2018 21:00:08 UTC

Narada::Lock - manage project locks River stage one • 1 direct dependent • 1 total dependent

To allow safe backup/update/maintenance of project, there should be possibility to guarantee consistent state of project, at some point. To reach this goal, ALL operations which modify project data on disk (including both project files and database) ...

POWERMAN/Narada-v2.3.8 - 03 Apr 2018 21:00:08 UTC

narada-mysql - start mysql client for this project River stage one • 1 direct dependent • 1 total dependent

Should be executed in project deploy directory (or Narada 1.x project root directory). Start mysql client using connection details from "config/mysql/"....

POWERMAN/Narada-v2.3.8 - 03 Apr 2018 21:00:08 UTC

narada-backup - prepare consistent project backup River stage one • 1 direct dependent • 1 total dependent

Should be executed in project deploy directory (or Narada 1.x project root directory). At first run prepare full project backup in ".backup/full.tar". NOTE: Incremental backups was disabled in version 2.3. On next runs prepare incremental backup in "...

POWERMAN/Narada-v2.3.8 - 03 Apr 2018 21:00:08 UTC

narada-upload - use scp to upload project files to remote host River stage one • 1 direct dependent • 1 total dependent

Should be executed in project deploy directory (or Narada 1.x project root directory). Before using set "config/remote" to remote address in ssh format: [user@]host:[path/to/dir/]...

POWERMAN/Narada-v2.3.8 - 03 Apr 2018 21:00:08 UTC

narada-remote - use ssh to execute command on remote host in project root River stage one • 1 direct dependent • 1 total dependent

Should be executed in project deploy directory (or Narada 1.x project root directory). Before using set "config/remote" to remote address in ssh format: [user@]host:[path/to/dir/] When executed with -t option will call ssh with -t parameter....

POWERMAN/Narada-v2.3.8 - 03 Apr 2018 21:00:08 UTC

narada-download - use scp to download project files from remote host River stage one • 1 direct dependent • 1 total dependent

Should be executed in project deploy directory (or Narada 1.x project root directory). Before using set "config/remote" to remote address in ssh format: [user@]host:[path/to/dir/]...

POWERMAN/Narada-v2.3.8 - 03 Apr 2018 21:00:08 UTC

narada-patch-pull - download latests patch files from remote River stage one • 1 direct dependent • 1 total dependent

Should be executed in Narada 1.x project root directory....

POWERMAN/Narada-v2.3.8 - 03 Apr 2018 21:00:08 UTC

narada-patch-send - send latests patch files by email to other developers River stage one • 1 direct dependent • 1 total dependent

Should be executed in Narada 1.x project root directory....

POWERMAN/Narada-v2.3.8 - 03 Apr 2018 21:00:08 UTC

narada-patch-remote - upload latests patch files and apply patch on remote side River stage one • 1 direct dependent • 1 total dependent

Should be executed in Narada 1.x project root directory. Narada must be installed on remote side too....

POWERMAN/Narada-v2.3.8 - 03 Apr 2018 21:00:08 UTC

narada-start-services - start project's services River stage one • 1 direct dependent • 1 total dependent

Should be executed in project deploy directory. Will start supervisors for project's services if they doesn't running yet. Usually should be called by every 1 minute from user's cron (or started as system-wide service by root), to make sure project's...

POWERMAN/Narada-v2.3.8 - 03 Apr 2018 21:00:08 UTC

narada-shutdown-services - kill services and their supervisors River stage one • 1 direct dependent • 1 total dependent

Should be executed in project deploy directory (or Narada 1.x project root directory). Service supervisors usually started by cron, and may continue working even after project directory will be removed - with undefined result. So, if you want to stop...

POWERMAN/Narada-v2.3.8 - 03 Apr 2018 21:00:08 UTC

narada-lock - run command under shared lock River stage one • 1 direct dependent • 1 total dependent

Should be executed in project deploy directory (or Narada 1.x project root directory). Wrapper for running other processes (usually shell-script) with shared_lock(). When executed without params will run `bash --norc` with '[SHARED]' prefix in $PS1. ...

POWERMAN/Narada-v2.3.8 - 03 Apr 2018 21:00:08 UTC

narada-patch - apply pending patches on Narada project River stage one • 1 direct dependent • 1 total dependent

Should be executed in Narada 1.x project root directory. Apply updates found in "var/patch/*" files on both Narada 1.x project root and "var/patch/.prev/". Then apply add-on updates in "var/patch/*/*" files on project root. Automatically detect which...

POWERMAN/Narada-v2.3.8 - 03 Apr 2018 21:00:08 UTC

narada-release - release current changes in Narada project River stage one • 1 direct dependent • 1 total dependent

Should be executed in Narada 1.x project root directory. Generate project update in files "var/patch/VERSION.$USER.*" where VERSION is contents of "config/version". This update should be then applied locally on "var/patch/.prev/" (just run "narada-pa...

POWERMAN/Narada-v2.3.8 - 03 Apr 2018 21:00:08 UTC

narada-viewlog - log viewer for project based on Narada framework River stage one • 1 direct dependent • 1 total dependent

Should be executed in project deploy directory (or Narada 1.x project root directory). Output logs in ease to read format (control output fields and can filter log records). If "logfile" param(s) used output these files, else work like `tail -F var/l...

POWERMAN/Narada-v2.3.8 - 03 Apr 2018 21:00:08 UTC

narada-mysqldump - dump project database River stage one • 1 direct dependent • 1 total dependent

Should be executed in project deploy directory (or Narada 1.x project root directory). Backup your Narada project's MySQL database. If "config/mysql/db" absent or empty do nothing. Dump database as quickly as possible to files "var/mysql/*.sql": * Ta...

POWERMAN/Narada-v2.3.8 - 03 Apr 2018 21:00:08 UTC

narada-setup-cron - synchronize project crontab with user crontab River stage one • 1 direct dependent • 1 total dependent

Should be executed in project deploy directory (or Narada 1.x project root directory). Install/remove your Narada project's cron configuration. When executed without params add/update project's cron configuration found in "config/crontab" into user's...

POWERMAN/Narada-v2.3.8 - 03 Apr 2018 21:00:08 UTC
23 results (0.069 seconds)