lcherone / plinkerui
A little PHP script which is a demonstration usage for Plinker - Remote coded tasks run as root!
Installs: 25
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 0
Type:project
Requires
- brandonwamboldt/utilphp: 1.0.*
- gabordemooij/redbean: >=4.2
- league/climate: @dev
- markstory/mini-asset: ^1.1
- monolog/monolog: ^1.19
- natxet/cssmin: ^3.0
- plinker/core: >=v0.1
- plinker/cron: >=v0.1
- plinker/lxc: >=v0.1
- plinker/peer: dev-master
- plinker/redbean: >=v0.1
- plinker/system: >=v1.0.1
- plinker/tasks: dev-master
- tedivm/jshrink: ^1.1
README
About:
A little PHP script which is a demonstration usage for Plinker PHP RPC client/server.
What does it do?
- You can write bite-sized maintenance tasks in PHP or Bash directly on your target systems which can be executed instantly or on per-second intervals.
- Create, delete and edit target systems files inside
/var/www/html
. - It's very speedy! Instant and live updates through RPC.
- I've chosen to write it with a "no-framework" style for easy digestion.
- I've chosen good'old SB Admin with Bootswatch (yeti) theme as to keep assets and HTML minimal.
::Install with Composer::
composer create-project lcherone/plinkerui
::Nodes::
Nodes are any instances of the script, or at least Plinker plinker/core
, plinker/tasks
, plinker/system
components installed in your project.
Screens
::Tasks::
Configure bite-sized maintenance task directly on target nodes with simple PHP or Bash scripting.
- Which are either executed instantly or on per-second intervals as root user.
Screens
::Develop (master branch)::
Install master
branch with .gits/
composer create-project lcherone/plinkerui --stability dev