commit | 9c73ac5e127654bbfbc461becc03abe98b2885d2 | [log] [tgz] |
---|---|---|
author | SamarV-121 <samar@samarv121.dev> | Fri Jun 02 20:45:59 2023 +0530 |
committer | SamarV-121 <samar@samarv121.dev> | Sat Jun 03 22:42:46 2023 +0530 |
tree | 4796706ba5fd997add596fc068c4a251bda1d23f | |
parent | 076f2290ef69271cef9b4fbfccdfa34dc2e077db [diff] |
www: Add device search box - also switch to flexbox for aside Change-Id: I08565b9d0d85073b0d978fec4285ae8c5dd639bd
The LeafOS website runs on Symfony 6.2. You can check the Symfony documentation for the framework requirements. There are no additional requirements other than those.
After the requirements have been met, you can install the required dependencies by running composer install
.
There are two ways to run the site locally: by using PHP built-in webserver or by using Apache/Nginx.
After you've installed the required dependencies, you can start the PHP server by running the following command from the project root:
php -S localhost:8000 -t public/
After that, you can check the site by going to localhost:8000 on your browser. If the port 8000 is in use in your machine, simple change it to something else.
Both Apache and Nginx are supported by Symfony. There is a dedicated section on Symfony documentation for that, please refer to this page in order to configure Apache/Nginx.