Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skeeks-cms/cms-ssh-console
Ssh console for SkeekS CMS
https://github.com/skeeks-cms/cms-ssh-console
Last synced: about 1 month ago
JSON representation
Ssh console for SkeekS CMS
- Host: GitHub
- URL: https://github.com/skeeks-cms/cms-ssh-console
- Owner: skeeks-cms
- License: gpl-3.0
- Created: 2016-04-19T17:39:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-07T10:44:54.000Z (about 7 years ago)
- Last Synced: 2024-11-17T16:11:36.946Z (about 2 months ago)
- Language: PHP
- Homepage: http://cms.skeeks.com
- Size: 33.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Ssh console for SkeekS CMS
===================================Installation
------------The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
php composer.phar require --prefer-dist skeeks/cms-ssh-console "*"
```or add
```
"skeeks/cms-ssh-console": "*"
```Configuration app
----------```php
'components' =>
[
'i18n' => [
'translations' =>
[
'skeeks/sshConsole' => [
'class' => 'yii\i18n\PhpMessageSource',
'basePath' => '@skeeks/cms/sshConsole/messages',
'fileMap' => [
'skeeks/sshConsole' => 'main.php',
],
]
]
],
],'modules' =>
[
'sshConsole' => [
'class' => 'skeeks\cms\sshConsole\SshConsoleModule',
]
]```
##Links
* [Web site](http://en.cms.skeeks.com)
* [Web site (rus)](http://cms.skeeks.com)
* [Author](http://skeeks.com)
* [ChangeLog](https://github.com/skeeks-cms/cms-ssh-console/blob/master/CHANGELOG.md)___
> [![skeeks!](https://gravatar.com/userimage/74431132/13d04d83218593564422770b616e5622.jpg)](http://skeeks.com)
SkeekS CMS (Yii2) — quickly, easily and effectively!
[skeeks.com](http://skeeks.com) | [en.cms.skeeks.com](http://en.cms.skeeks.com) | [cms.skeeks.com](http://cms.skeeks.com) | [marketplace.cms.skeeks.com](http://marketplace.cms.skeeks.com)