GithubHelp home page GithubHelp logo

logischjo / jellyplot Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ldvloper/jellyplot

0.0 0.0 0.0 7.96 MB

Jellyplot | Planning Tool

Home Page: https://www.jellyplot.com

Shell 0.18% PHP 36.56% Vue 9.52% Blade 53.20% Dockerfile 0.53%

jellyplot's Introduction

JellyPlot - First steps

Welcome to JellyPlot This documentation have been made in order to help developers. If you are an administrator please go to the JellyPlot - Help Center. Any doubt or inquire will be resolved contact us directly in [email protected] or using your admin report system.

JellyPlot Core and Technology

This Planner is based in Laravel a Full Open Source PHP framework. Before start configuration please read the Laravel Documentation in order to understand the Laravel Projects Structure.

This are most essencial things you need to be familiar:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Installation

To install JellyPlot you need to have Docker installed in your environment

//Clone the repository
$ git clone https://github.com/ldvloper/jellyplot.git

//Go to the folder 
$ cd jellyplot

//Configure a Bash alias that allows you to execute Sail's commands more easily
$ alias sail='[ -f sail ] && bash sail || bash vendor/bin/sail'

//Execute Sail commands by simply typing sail
$ sail up

//Install composer dependecies 
$ sail composer install
$ sail composer update

//Run the database migrations
$ sail artisan migrate | sail debug migrate

//Run the node_modules
$ sail npm install
$ sail npm run dev 

Configuration

Environment

Take a look the .env.example file and use it as a model. Copy the file to the root directory and rename it to .env. You need to change your ServerName, DB connexion, SMTP email service, etc.

APP_NAME=Jellyplot
APP_COMPANY="Jellyplot©"

APP_ENV=local
APP_KEY=
APP_DEBUG=true
APP_URL=http://localhost

APP_ADMIN_NAME="Administrator"
APP_ADMIN_EMAIL="[email protected]"
APP_ADMIN_PSW="admin"

APP_FORTIFY_REGISTER=true
APP_FORTIFY_EMAIL_VERIFICATION=true
APP_FORTIFY_PASSWORD_RESET=true
APP_FORTIFY_UPDATE_PROFILE_INFORMATION=true
APP_FORTIFY_UPDATE_PASSWORDS=true
APP_FORTIFY_CONFIRM_PASSWORD=false

LOG_CHANNEL=stack
LOG_LEVEL=debug

DB_CONNECTION=pgsql
DB_HOST=pgsql
DB_PORT=5432
DB_DATABASE=jellyplot
DB_USERNAME=root
DB_PASSWORD=

BROADCAST_DRIVER=log
CACHE_DRIVER=file
FILESYSTEM_DRIVER=local
QUEUE_CONNECTION=sync
SESSION_DRIVER=database
SESSION_LIFETIME=120

MEMCACHED_HOST=127.0.0.1

REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379

MAIL_MAILER=smtp
MAIL_HOST=
MAIL_PORT=587
MAIL_USERNAME=
MAIL_PASSWORD=""
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS=
MAIL_FROM_NAME="${APP_NAME}"

AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_DEFAULT_REGION=us-east-1
AWS_BUCKET=
AWS_USE_PATH_STYLE_ENDPOINT=false

PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=
PUSHER_APP_CLUSTER=mt1

MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"

OAUTH_APP_ID=
OAUTH_APP_SECRET=
OAUTH_REDIRECT_URI=
OAUTH_SCOPES=
OAUTH_AUTHORITY=
OAUTH_AUTHORIZE_ENDPOINT=
OAUTH_TOKEN_ENDPOINT=

APP_PRIMARY_COLOR="7f63e5"
APP_PRIMARY_LIGHT_COLOR="7938f2"
APP_SECONDARY_COLOR="333333"

APP_PRIMARY_COLOR_SIMPLE="indigo"
APP_SECONDARY_COLOR_SIMPLE="gray"

APP_ICON="img/favicon.png"
APP_ICON_CLASS="h-24"
APP_ICON_STYLE=""

Spaces Configuration

Laravel Jetstream Teams is a powerful tool. Jellyplot use it as a Department management and section

Test the Planner

When the JellyPlot Planning is configured please test your system before deploy to the server you can use our artisan commands*

*Available Soon

Contributing

Thank you for considering contributing to the JellyPlot Planner! If you need more information please contact the repo owner.

Security Vulnerabilities

If you discover a security vulnerability within Jellyplot, please send an e-mail to the actual administrator via [email protected]. All security vulnerabilities will be promptly addressed.

License

The Laravel framework is open-sourced software licensed under the MIT license.

jellyplot's People

Contributors

luigi-dv 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.