No description
Find a file
2021-03-14 21:30:38 +01:00
conf Update php and nginx conf files to php7 2019-01-30 20:16:43 +01:00
scripts Fix php path 2019-01-31 15:52:56 +01:00
sources Mise à jour 2015-12-04 00:13:18 +01:00
.gitignore Mise à jour du manifest et du readme 2015-01-18 14:56:51 +01:00
actions.json Panel-config + actions fully tested 2018-09-29 23:43:52 +02:00
check_process Do not enforce level 5 2020-10-15 21:23:33 +02:00
config_panel.json Changelog & html email 2019-01-30 19:28:56 +01:00
LICENSE Mise à jour 2015-12-04 00:13:18 +01:00
manifest.json Update manifest.json 2021-03-14 21:30:08 +01:00
README.md Update to last standart 2019-01-19 12:15:07 +01:00
README_fr.md Update to last standart 2019-01-19 12:15:07 +01:00
YEP.md Update package 2017-12-05 19:38:23 +01:00

Multi webapp for YunoHost

Integration level
Install Multi webapp with YunoHost

Lire ce readme en français.

This package allow you to install Multi webapp quickly and simply on a YunoHost server.
If you don't have YunoHost, please see here to know how to install and enjoy it.

Overview

Blank web app container made to be used with a non yet packaged web application. This application can be installed a multiple times.

Shipped version: NA

Screenshots

Demo

No demo available.

Configuration

Documentation

  • YunoHost documentation: There no other documentations, feel free to contribute.

YunoHost specific features

Multi-users support

Supported architectures

  • x86-64b -
  • ARMv8-A -
  • Jessie x86-64b -

Limitations

Additionnal informations

A directory will be created for your application in /var/www/webapp_USER/DOMAIN_PATH. Your application shall be put inside. You can find a standard nginx configuration in /etc/nginx/conf.d/DOMAIN.d/webapp_DOMAIN_PATH.conf and a standard php config in /etc/php5/fpm/pool.d/webapp_DOMAIN_PATH.conf and /etc/php5/fpm/conf.d/20-webapp_DOMAIN_PATH.ini. If you ask for a database, your credentials will be in the file /var/www/webapp_USER/DOMAIN_PATH/db_info.txt


Developers infos

Please do your pull request to the testing branch.

To try the testing branch, please proceed like that.

sudo yunohost app install https://github.com/YunoHost-Apps/multi_webapp_ynh/tree/testing --debug
or
sudo yunohost app upgrade multi_webapp -u https://github.com/YunoHost-Apps/multi_webapp_ynh/tree/testing --debug