Open App Engine

Related tags

Miscellaneous lae
Overview

Light App Engine

贡献者名单:resources/views/contributes.blade.php

安装

  1. 复制.env.example,然后按需编辑字段。

  2. 运行composer update

  3. 运行php artisan key:generate

  4. 运行php artisan migrate

  5. 配置 Laravel 伪静态

  6. 配置 cron,执行php /path/to/openappengine/artisan schedule:run,每 1 分钟执行一次

  7. 运行队列,推荐使用 Supervisor

    1. 扣费队列

      [program:lae-cost]
      process_name=%(program_name)s_%(process_num)02d
      command=php /path/to/openappengine/artisan queue:work --queue=cost
      autostart=true
      autorestart=true
      user=www
      numprocs=1
      redirect_stderr=true
      stdout_logfile=/tmp/cost.log
      stopwaitsecs=3600
      
    2. LXD队列

      [program:lae-lxd]
      process_name=%(program_name)s_%(process_num)02d
      command=php /path/to/openappengine/artisan queue:work
      autostart=true
      autorestart=true
      user=www
      numprocs=1
      redirect_stderr=true
      stdout_logfile=/tmp/lae-lxd.log
      stopwaitsecs=3600
      
    3. 邮件队列

      [program:lae-mail]
      process_name=%(program_name)s_%(process_num)02d
      command=php /path/to/openappengine/artisan queue:work --queue=mail
      autostart=true
      autorestart=true
      user=www
      numprocs=5
      redirect_stderr=true
      stdout_logfile=/tmp/cost.log
      stopwaitsecs=3600
      
    4. RDP 队列

      [program:lae-rdp]
      process_name=%(program_name)s_%(process_num)02d
      command=php /path/to/openappengine/artisan queue:work --queue=remote_desktop
      autostart=true
      autorestart=true
      user=www
      numprocs=1
      redirect_stderr=true
      stdout_logfile=/tmp/lae-rdp.log
      stopwaitsecs=3600
      

注意事项

  1. 本项目没有完成,还有许多要改进的地方。
  2. 目前没有控制面板,因为,所以一些操作得直接动数据库。
  3. 我们不推荐将该项目用于正式生产环境,玩玩就好,因为我们在开发项目时还不具备专业的安全知识。

碎碎念

啊,如果你有看到一些 Token 之类的,那些放心,我都有更改过。

还有个 AdSense,那个请忽略吧(虽然我一次都没加进去过 5555555)

以及提交历史中有个音频文件(Thx: 不愿透露姓名的人),如果你想听的话 checkout 就行。

其他的话,应该就没什么了(可能

祝使用愉快 ❤️

You might also like...
Smile ElasticSuite - Magento 2 merchandising and search engine built on ElasticSearch
Smile ElasticSuite - Magento 2 merchandising and search engine built on ElasticSearch

News ⚠️ Magento versions compatibility : Due to several changes in Magento 2.4.0, we cannot ensure compatibility between ElasticSuite 2.10 and Magent

Magento 2 Module for Search Engine Optimization
Magento 2 Module for Search Engine Optimization

Magento 2 Search Engine Optimization Magento 2 Module to Improve Search Engine Optimization (SEO) on your Magento site. Installation Install the modul

A privacy respecting free as in freedom meta search engine for Google and popular torrent sites
A privacy respecting free as in freedom meta search engine for Google and popular torrent sites

A privacy respecting free as in freedom meta search engine for Google and popular torrent sites

Doogle is a search engine and web crawler which can search indexed websites and images
Doogle is a search engine and web crawler which can search indexed websites and images

Doogle Doogle is a search engine and web crawler which can search indexed websites and images, and then use keywords to be searched later. Written pri

An Elasticsearch engine plugin for Moodle's Global Search
An Elasticsearch engine plugin for Moodle's Global Search

Moodle Global Search - Elasticsearch Backend This plugin allows Moodle to use Elasticsearch as the search engine for Moodle's Global Search. The follo

Benchmark of Elefant's template engine against Twig templates

Template Benchmark This is a simple benchmark to test the memory usage and speed of rendering templates using Elefant's Template engine, Twig, and Sma

Simple yet powerful, PSR-compliant, Symfony-driven PHP Blog engine.
Simple yet powerful, PSR-compliant, Symfony-driven PHP Blog engine.

brodaty-blog ✒️ Simple Blog Engine based on pure Markdown files. 💕 Works without database, caches HTML templates from Markdown files. 🚀 Fast and ext

A beautiful, fully open-source, tunneling service - written in pure PHP
A beautiful, fully open-source, tunneling service - written in pure PHP

Expose A completely open-source ngrok alternative - written in pure PHP. Documentation For installation instructions, in-depth usage and deployment de

Easily create and read Corona Warn App Check-In URLs

bauer-kirch/cwa-event-registration-url This PHP library allows generating Check-In URLs for the Corona Warn App which can then be used to generate a Q

Owner
Light App Engine
LoliArt & Yistars
Light App Engine
ApiFlow is an open-source workflow engine

About apiFlow This project is built using Laravel 5.8 apiFlow is an open-source workflow engine designed to ease the implementation of business requir

Mohsen Malayeri 2 Aug 31, 2022
Get mobile app version and other related data from Google Play Store, Apple App Store and Huawei AppGallery

Mobile App Version Get mobile app version and other related data from Google Play Store, Apple App Store and Huawei AppGallery. Installation Add to co

Omer Salaj 11 Mar 15, 2022
This is an example app demonstrating how to deploy a php app to runway.

Runway Example php App This is an example app demonstrating how to deploy a php app to runway. clone this repo, and navigate into that directory runwa

Planetary Quantum GmbH 0 Aug 9, 2022
HTMX example app that demonstrates how to use HTMX to add javascript interactivity to a serverside rendered PHP app

HTMX examle app This demo app demonstrates how to use HTMX to transform a server side rendered PHP app into a more 'interactive' app with AJAX request

Alexander Morland 3 Dec 11, 2022
Shiki is a beautiful syntax highlighter powered by the same language engine that many code editors use.

Shiki is a beautiful syntax highlighter powered by the same language engine that many code editors use. This package allows you to use Shiki from PHP.

Spatie 229 Jan 4, 2023
Engine for performing and rendering text diffs

Text_Diff Engine for performing and rendering text diffs This package provides a text-based diff engine and renderers for multiple diff output formats

PEAR - PHP Extension and Application Repository 15 Jan 4, 2022
Lumen on Docker - Skeleton project with Nginx, MySQL & PHP 8 | Aws ECS, Google Kubernates, Azure Container Engine

Docker infrastructure for Lumen Description Microservice Lumen is a starting skeleton based on Docker and Lumen Framework. This project helps to devel

Fabrizio Cafolla 218 Sep 25, 2022
A simple but extensible economy engine for PocketMine-MP, using label-oriented APIs.

Capital A simple but very extensible economy plugin for PocketMine-MP. How is Capital different from other economy plugins? Capital introduces a label

Jonathan Chan Kwan Yin 37 Dec 19, 2022
PHP extension for V8 JavaScript engine

php-v8 PHP extension for V8 JavaScript engine This extension requires PHP >= 7.2. Last version that supports PHP 7.1 is v0.2.2 and for PHP 7.0 is v0.1

PHP V8 207 Nov 24, 2022
Silverstripe-fulltextsearch - Adds external full text search engine support to SilverStripe

FullTextSearch module Adds support for fulltext search engines like Sphinx and Solr to SilverStripe CMS. Compatible with PHP 7.2 Important notes when

Silverstripe CMS 42 Dec 30, 2022