Browse Source

Merge branch 'package_upgrade' of https://github.com/YunoHost-apps/my_webapp_ynh into package_upgrade

pull/34/head
Maniack Crudelis 7 years ago
parent
commit
15d6c49e7f
  1. 12
      README.md

12
README.md

@ -9,16 +9,16 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to
## Overview ## Overview
This application allows you to easily install a custom Web application, 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 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 details will be stored in the file `db_accesss.txt` located in the root
directory. 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 **Shipped version:** 1.0

Loading…
Cancel
Save