Browse Source

EasyEngine 3.0

bugfixes
gau1991 10 years ago
parent
commit
b4d30de9a6
  1. 10
      config/ee.conf
  2. 13
      docs/cs.md
  3. 21
      docs/ds.md

10
config/ee.conf

@ -40,22 +40,30 @@ max_files = 7
[stack]
ip-address = 0.0.0.0/0 1.1.1.1 2.2.2.2
### IP address that will be used in Nginx configurations while installing
ip-address = 127.0.0.1
[mysql]
### MySQL database grant host name
grant-host = localhost
### Ask for MySQL db name while site creation
db-name = False
### Ask for MySQL user name while site creation
db-user = False
[wordpress]
### Ask for WordPress prefix while site creation
prefix = False
### User name for WordPress sites
user =
### Password for WordPress sites
password =
### EMail for WordPress sites
email =

13
docs/cs.md

@ -1,13 +0,0 @@
## EasyEngine coding standard
For contributing EasyEngine you must follow [PEP8](https://www.python.org/dev/peps/pep-0008) style guide.
- Indentation -
4 spaces shoule be used as Indentation as mentioned in above style guide.
- Class Name -
- Function Name -

21
docs/ds.md

@ -1,21 +0,0 @@
**EasyEngine 3.x Ditectory Structure**
```
easyengine
|-- config
| `-- plugins.d
|-- ee
| |-- cli
| | |-- controllers
| | |-- ext
| | |-- plugins
| | `-- templates
| |-- core
| `-- utils
`-- tests
|-- cli
| |-- ext
| `-- plugins
`-- core
```
Loading…
Cancel
Save