2017 © Pedro Peláez
 

project ftnw-bundle

Web-based point system for fidonet node based on ifmail

image

igorgoroun/ftnw-bundle

Web-based point system for fidonet node based on ifmail

  • Thursday, August 3, 2017
  • by Igor Goroun
  • Repository
  • 3 Watchers
  • 3 Stars
  • 15 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 3 Open issues
  • 18 Versions
  • 0 % Grown

The README.md

FTNW - fidonet online echomail/netmail reader for FTNS

Онлайн-система для регистрации поинтов, читалка/писалка для эх и нетмыла., (*1)

Установка

Система написана, как компонент к Symfony, для тех кто с ним знаком думаю не будет сложностей в установке/настройке, но все же приведу последовательность по всем моментам:, (*2)

1. Устанавливаем Symfony

Если у вас установлен Symfony-installer, то:, (*3)

symfony new ftnw

Если нет:, (*4)

composer create-project symfony/framework-standard-edition ftnw “3.1.*”

Инсталлер задаст несколько вопросов - хост DB, dbname, и т.д. - можно или указать сразу, либо сконфигурировать позже. Инсталлятор создаст диру ftnw, внутри которой будут файлы фреймворка., (*5)

2. Устанавливаем компонент FTNW

Заходим в созданную директорию, (*6)

cd ftnw

Устанавливаем компонент, (*7)

composer require igorgoroun/ftnw-bundle

3. Настройка web-сервера

Об этом можно подробно почитать на сайте Symfony., (*8)

Настройка FTNW

Компонент написан (пока что) так, чтобы использоваться как отдельное приложение, поэтому нужно настроить Symfony для правильной работы., (*9)

Общие настройки проекта будут делаться в директории app/, (*10)

1. AppKernel.php

Включаем наш компонент (бандл):, (*11)

$bundles = [
    —— *** ——
    new IgorGoroun\FTNWBundle\FTNWBundle(),
];

2. config/config.yml

Добавляем подключение параметров компонента:, (*12)

imports:
    - { resource: '@FTNWBundle/Resources/config/parameters.yml' }

Ищем строку validation: и заменяем ее на:, (*13)

validation: { enabled: true, enable_annotations: false }

3. config/parameters.yml

В этом файле можно и нужно поменять дефолтные установки для подключения к БД MySQL., (*14)

4. config/routing.yml

Все, что есть в файле - комментим и вставляем:, (*15)

fidonews:
    resource: "@FTNWBundle/Resources/config/routing.yml"
    prefix:   /

5. config/security.yml

В конец файла добавляем:, (*16)

imports:
    - { resource: '@FTNWBundle/Resources/config/security.yml' }

6. Создаем базу и схему

Для этого выходим в корень проекта и выполняем две команды:, (*17)

bin/console doctrine:database:create
bin/console doctrine:schema:create



### 7. Настройки проекта Все настройки, которые касаются ftnw находятся в одном файле, для удобства можно сделать на него симлинк, чтобы не лазить глубоко по директориям:
ln -s vendor/igorgoroun/ftnw-bundle/Resources/config/parameters.yml parameters.yml

Теперь можем отредактировать настройки в файле и переходить к настройке серверной части ноды - FTNS. **node_api_passwd - не используется*., (*18)

FTNS

Серверная часть ноды, работает (пока) в связке с ifmail/ifunpack/ifpack. Описание и настройка серверной части, (*19)

The Versions

03/08 2017

dev-master

9999999-dev

Web-based point system for fidonet node based on ifmail

  Sources   Download

GPL-2.0

The Requires

 

by Avatar Igor Goroun

03/08 2017

0.2.14

0.2.14.0

Web-based point system for fidonet node based on ifmail

  Sources   Download

GPL-2.0

The Requires

 

by Avatar Igor Goroun

06/02 2017

0.2.13

0.2.13.0

Web-based point system for fidonet node based on ifmail

  Sources   Download

GPL-2.0

The Requires

 

by Avatar Igor Goroun

06/02 2017

dev-unseen_echo_list_and_pager

dev-unseen_echo_list_and_pager

Web-based point system for fidonet node based on ifmail

  Sources   Download

GPL-2.0

The Requires

 

by Avatar Igor Goroun

22/11 2016

0.2.12

0.2.12.0

Web-based point system for fidonet node based on ifmail

  Sources   Download

GPL-2.0

The Requires

 

by Avatar Igor Goroun

09/11 2016

0.2.11

0.2.11.0

Web-based point system for fidonet node based on ifmail

  Sources   Download

GPL-2.0

The Requires

 

by Avatar Igor Goroun

07/11 2016

0.2.10

0.2.10.0

Web-based point system for fidonet node based on ifmail

  Sources   Download

GPL-2.0

The Requires

 

by Avatar Igor Goroun

03/11 2016

0.2.8

0.2.8.0

Web-based point system for fidonet node based on ifmail

  Sources   Download

GPL-2.0

The Requires

 

by Avatar Igor Goroun

31/10 2016

0.2.7

0.2.7.0

Web-based point system for fidonet node based on ifmail

  Sources   Download

GPL-2.0

The Requires

 

by Avatar Igor Goroun

22/09 2016

0.2.6

0.2.6.0

Web-based point system for fidonet node based on ifmail

  Sources   Download

GPL-2.0

The Requires

 

by Avatar Igor Goroun

21/09 2016

0.2.5

0.2.5.0

Web-based point system for fidonet node based on ifmail

  Sources   Download

GPL-2.0

The Requires

 

by Avatar Igor Goroun

21/09 2016

0.2.4

0.2.4.0

Web-based point system for fidonet node based on ifmail

  Sources   Download

GPL-2.0

The Requires

 

by Avatar Igor Goroun

21/09 2016

0.2.3

0.2.3.0

Web-based point system for fidonet node based on ifmail

  Sources   Download

GPL-2.0

The Requires

 

by Avatar Igor Goroun

21/09 2016

0.2.2.x-dev

0.2.2.9999999-dev

Web-based point system for fidonet node based on ifmail

  Sources   Download

GPL-2.0

The Requires

  • php ^5.5|^7.0

 

by Avatar Igor Goroun

21/09 2016

0.2.2

0.2.2.0

Web-based point system for fidonet node based on ifmail

  Sources   Download

GPL-2.0

The Requires

 

by Avatar Igor Goroun

26/08 2016

0.2.1.x-dev

0.2.1.9999999-dev

Web-based point system for fidonet node based on ifmail

  Sources   Download

GPL-2.0

The Requires

  • php ^5.5|^7.0

 

by Avatar Igor Goroun

25/08 2016

0.2.1

0.2.1.0

Web-based point system for fidonet node based on ifmail

  Sources   Download

The Requires

  • php ^5.5|^7.0

 

by Avatar Igor Goroun

24/08 2016

0.1.x-dev

0.1.9999999.9999999-dev

Web-based point system for fidonet node based on ifmail

  Sources   Download

The Requires

  • php ^5.5|^7.0

 

by Avatar Igor Goroun