Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)