Browse Source
Merge branch 'testing' into package_upgrade
pull/34/head
Maniack Crudelis
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
6 deletions
-
README.md
|
|
|
@ -9,16 +9,16 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to |
|
|
|
## Overview |
|
|
|
|
|
|
|
This application allows you to easily install a custom Web application, |
|
|
|
providing files access with SFTP. It can also create a MySQL database - |
|
|
|
providing files access with [SFTP](https://yunohost.org/#/filezilla). It can also create a MySQL database - |
|
|
|
which will be backed up and restored with your application. The connection |
|
|
|
details will be stored in the file `db_accesss.txt` located in the root |
|
|
|
directory. |
|
|
|
|
|
|
|
Once installed, go to the chosen URL to know the user, domain and port |
|
|
|
you will have to use for the SFTP access - the password is one you give |
|
|
|
at the installation. Under the Web directory, you will see a `www` folder |
|
|
|
which is the public and served one. You can put all the files of your |
|
|
|
custom Web application inside. |
|
|
|
**Once installed, go to the chosen URL to know the user, domain and port |
|
|
|
you will have to use for the SFTP access.** The password is one you chosen |
|
|
|
during the installation. Under the Web directory, you will see a `www` folder |
|
|
|
which contains the public files served by this app. You can put all the files |
|
|
|
of your custom Web application inside. |
|
|
|
|
|
|
|
**Shipped version:** 1.0 |
|
|
|
|
|
|
|
|