docker/php/env.example
to docker/php/env
and customizedocker compose run --rm php composer install
to bootstrap php dependenciesdocker compose run --rm php bin/console wallabag:install
to bootstrap your installationdocker compose run --rm php yarn install
to bootstrap dependencies for the frontenddocker compose run --rm php yarn build:dev
to build assets for the frontenddocker compose up -d
to start the stackYou'll then have:
You can now access your wallabag instance using that url: http://127.0.0.1:8000
If you want to test using an other database than SQLite, uncomment the postgres
or mariadb
code from the compose.yaml
file at the root of the repo. Also uncomment related line in the php
section so the database will be linked to your PHP instance.
composer install
php bin/console wallabag:install
php bin/console server:run
You can now access your wallabag instance using that url: http://127.0.0.1:8000
Please open a new issue.
To fix the bug quickly, we need some infos: please answer to the questions in the issue form.
If you have the skills, look for errors into PHP, server and application logs (see var/logs
).
Note : If you have large portions of text, use Github's Gist service or other pastebin-like.
Please fork wallabag and work with the master branch.
All pull requests need to pass the tests and the code needs match the style guide.
To run the tests locally run make test
.
To run the PHP formatter run make fix-cs
.
To run the PHPStan static analysis run make phpstan
.
To run the JS linter run make lint-js
.
To run the SCSS linter run make lint-scss
.
Вы можете оставить комментарий после Вход в систему
Неприемлемый контент может быть отображен здесь и не будет показан на странице. Вы можете проверить и изменить его с помощью соответствующей функции редактирования.
Если вы подтверждаете, что содержание не содержит непристойной лексики/перенаправления на рекламу/насилия/вульгарной порнографии/нарушений/пиратства/ложного/незначительного или незаконного контента, связанного с национальными законами и предписаниями, вы можете нажать «Отправить» для подачи апелляции, и мы обработаем ее как можно скорее.
Опубликовать ( 0 )