Socket
Socket
Sign inDemoInstall

sciola

Package Overview
Dependencies
124
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    sciola

Framework based on plugins for web applications.


Version published
Weekly downloads
0
Maintainers
1
Created
Weekly downloads
 

Readme

Source



Installation

There are two ways to install the Sciola Framework:

This first installation method is recommended.

debian@debian:~$ npx sciola install


Or this other way:

LINUX

1. Download the framework here and unzip it in your development directory.

2. Go to the packages directory and run the following command to install:

debian@debian:~$ cd app/packages

debian@debian:~/app/packages$ npm install sciola

Note

Give write permission to the directory: storage


Built-in web server

debian@debian:~$ npx sciola start php -d app

Note

Enter the path to your application using the -d parameter.

npx sciola start php -d path/to/application/root

or

debian@debian:~$ cd app

debian@debian:~/app$ npx sciola start php


Press Ctrl+C in the terminal to shut down the server.

Access the application through the url configured in the config/server.ini file.
Example: http://localhost:8000


Documentation

The Sciola framework is open-sourced software licensed under the MIT license.
Author: Leandro Sciola

Keywords

FAQs

Last updated on 27 May 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc