Git Product home page Git Product logo

cipi's Introduction

CIPI - Cloud Control Panel

About

Cipi is a Laravel Based VPS manager. It installs with a click: PHP 7.3, MySql 5.7, phpmyadmin, Let's Encrypt, fail2ban, npm and other with a click. More info on https://cipi.sh.

Installation

There are two ways to install Cipi.

Autoinstall Script

The first way is run an autoinstall script on a Ubuntu 18.04 LTS based VPS:

wget -O - https://cipi.sh/go.sh | bash

After installation, you can change your personal data and password in the profile section. You can configure a SMTP provider into /cipi/.env file.

Manual Installation

The second way is install Cipi Laravel Project into an hosting:

  • Install Cipi via Composer:
composer create-project andreapollastri/cipi <install-directory>
  • You can also install it via GIT:
git clone https://github.com/andreapollastri/cipi.git <install-directory>
cd <install-directory>
composer install
  • Create a new database
mysql -uroot -p
mysql> create database yourDatabaseName;
mysql> quit;
  • Then run cp .env.example .env and update your database creds.
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=yourDatabaseName
DB_USERNAME=root
DB_PASSWORD=root

(Into .env file you can also config an SMTP provider and customize initial username and password)

  • At the end run this commands:
php artisan migrate:fresh --seed
php artisan key:generate
php artisan storage:link

Cipi tech

Cipi was developed with:

Enjoy Cipi :)

cipi's People

Contributors

andreapollastri avatar simonecosci 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.