2017 © Pedro Peláez
 

project secu

SЁCU messages.

image

secu/secu

SЁCU messages.

  • Wednesday, July 4, 2018
  • by a-komarev
  • Repository
  • 2 Watchers
  • 11 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 9 Open issues
  • 10 Versions
  • 0 % Grown

The README.md

SЁCU

, (*1)

Discord Build Status Latest Stable Version License, (*2)

Introduction

SЁCU is a public API to store self-destructing data payloads. This repository includes only backend part using Laravel framework., (*3)

Frontend could be found in SЁCU web application repository., (*4)

Contents

Features

Configuration

Create environment configuration file from example, (*5)

$ cp .env.example .env

Specify your environment parameters in .env file, (*6)

$ vi .env

Installation

Install PHP dependencies, (*7)

$ composer install

Generate application secret key, (*8)

$ php artisan key:generate

Perform database migrations, (*9)

$ php artisan migrate

If you need to run node.js chat server install JavaScript dependencies, (*10)

$ npm install

Add CRON entry to your OS

* * * * * php /path/to/secu/artisan schedule:run >> /dev/null 2>&1

This will run schedule commands every minute. Schedule will delete outdated records., (*11)

Changelog

Please see CHANGELOG for more information on what has changed recently., (*12)

Contributing

Please refer to CONTRIBUTING.md for information on how to contribute to SЁCU and its related projects., (*13)

Testing

Run the tests with:, (*14)

$ vendor/bin/phpunit

Security

If you discover any security related issues, please email open@cybercog.su instead of using the issue tracker., (*15)

Contributors

@antonkomarev
Anton Komarev

SЁCU contributors list, (*16)

License

The SЁCU application is an open-sourced software licensed under the BSD 3-Clause License., (*17)

About CyberCog

CyberCog is a Social Unity of enthusiasts. Research best solutions in product & software development is our passion., (*18)

CyberCog, (*19)

The Versions