Giter VIP home page Giter VIP logo

webmenu's Introduction

Web menu

Cette application web est créée sous PHP 8 accompagné du framework CakePhP 4.x.

Dépendances

  • PHP 8 avec CakePHP 4.6

  • Bootstrap 4.6

  • MySQL/MariaDB

  • Serveur Web Apache ou Nginx (Ce dernier n'est pas présenté dans cette documentation)

Installation

  1. Décompressez le contenu de l'archive dans le dossier des sites web d'Apache (très souvent un dossier www, consulter la documentation du système d'exploitation où vous hébergez Apache).
  2. Dans le dossier des sites valides de Apache (/etc/apache2/sites-available sur Ubuntu par exemple), créer un nouveau fichier domaine.extension.conf.
  3. Dans ce fichier, collez et adaptez le code suivant :
<VirtualHost *:80>
    ServerName domaine.extension
    DocumentRoot <chemin_vers_www>/www/<dossier_du_site>/webroot

    <Directory <chemin_vers_www>/www/<dossier_du_site>/webroot>
        Options -Indexes +FollowSymLinks
        AllowOverride All
    </Directory>
</VirtualHost>
  1. Dans une invite de commande lancer ces deux lignes de commande (Linux seulement):
sudo a2ensite domaine.extension
# OU
sudo ln -s /etc/apache2/sites-available/domaine.extension.conf /etc/apache2/sites-enabled/
# Puis
sudo systemctl restart apache2
  1. Vous pouvez accéder au site (http://domaine.extension)

Première installation

L'initialisation du système est à l'adresse http://domaine.extension/init/.

Note : Si les accès de la base de données ne permettent pas au système de créer la base de données, vous pouvez la créer avant l'initialisation avec le nom webmenu_<nom_de_la_ville> (le login admin est <nom_de_la_ville>@webmenu.com).

webmenu's People

Contributors

dependabot[bot] avatar jykaweston avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.