Žiadny popis

Jorge Maldonado Ventura cdaad94e1c Update Esperanto translation 6 rokov pred
assets 615c9375ce new styling for 'no entries' stuff 6 rokov pred
bin 481aaca547 upgrade to symfony flex 6 rokov pred
config 58e7be07c7 upgrade to symfony 4.1 6 rokov pred
docs 5a5ab05d84 docs: actually finish sentence/link version policy 6 rokov pred
public bdc8fd4083 replace assets/add departure message 6 rokov pred
src 26acd83e57 fix redirect to login when password is too long 6 rokov pred
templates 615c9375ce new styling for 'no entries' stuff 6 rokov pred
tests 26acd83e57 fix redirect to login when password is too long 6 rokov pred
translations cdaad94e1c Update Esperanto translation 6 rokov pred
.editorconfig 4b9eb2b65f add button for locking wiki pages 7 rokov pred
.env.dist c436a96372 added webhooks 6 rokov pred
.eslintrc.json aa02752b0f set up eslint/fix some files to follow rules 6 rokov pred
.gitignore 9da83305d4 update .gitignore 6 rokov pred
.gitlab-ci.yml 2d41febf5f update deps/speed up tests/remove redundant files 6 rokov pred
.php_cs.dist 2d41febf5f update deps/speed up tests/remove redundant files 6 rokov pred
ACKNOWLEDGEMENTS.md baf73d4d18 acknowledge finnish translation 7 rokov pred
CHANGELOG.md 5a5ab05d84 docs: actually finish sentence/link version policy 6 rokov pred
LICENSE a64eddb867 update docs 7 rokov pred
README.md 127aa1e6eb update readme 6 rokov pred
composer.json 482780b66a release v1.0.0 6 rokov pred
composer.lock 8d5e9bee59 update dependencies 6 rokov pred
fontello.json 2b6918caea interface for managing forum categories 6 rokov pred
package-lock.json c3f44b34c6 update node dependencies 6 rokov pred
package.json c3f44b34c6 update node dependencies 6 rokov pred
phpunit.xml.dist a04a7f59a3 make tests pass consistently/fix code coverage 6 rokov pred
symfony.lock 8d5e9bee59 update dependencies 6 rokov pred
webpack.config.js aa02752b0f set up eslint/fix some files to follow rules 6 rokov pred

README.md

Postmill

Postmill is a free, web-based, social link aggregator with voting and threaded comments. It is built on the Symfony framework. Any similarities between this software and that of a large community symbolised by an alien logo are purely coincidental.

Requirements

  • PHP >= 7.1 with the APCu, curl, gd, mbstring, PDO_PGSQL and xml extensions.
  • PostgreSQL >= 9.4
  • Composer
  • Node.js (>= 8.x preferred)

Postmill should be able to run under any Unix environment. It has been tested to work under Linux, macOS, and Windows 10's Linux subsystem. Running directly on Windows may work, but is unsupported.

Getting started

Clone the repository somewhere and navigate there with the command line.

Building frontend assets

  1. Run npm install.

  2. Run npm run build-dev. The public/build/ directory should now contain some files.

Setting up the backend

  1. Run composer install.

  2. You should now have a .env file in the project root. Edit this to your liking or leave the defaults alone, but you must change DATABASE_URL.

    Instructions for setting up a database can be found at docs/database-setup.md.

  3. Run vendor/bin/requirements-checker to ensure your environment meets necessary requirements needed to run Postmill. Fix any errors that arise.

  4. Run bin/console doctrine:migrations:migrate to load the database schema.

  5. Run bin/console app:user:add <username> --admin to create a user account.

  6. Run bin/console server:run to start the application.

  7. Navigate to http://localhost:8000/. Log in with the credentials you chose in step 2.

Support

We have a support board and a Matrix channel where you can ask for help and support.

Reporting issues

  • Bugs and suggestions on how to improve existing functionality should be reported on the issue tracker.
  • Feature requests are no longer acceptable on the issue tracker--I will not do free work for you.
  • Support questions do not belong on the issue tracker. Use the aforementioned public support channels.

Contributions

You are always welcome to submit merge requests for bug fixes, improvements, documentation, translations, and so on.

If you want to contribute a new feature, you should start an issue on the issue tracker to gauge the possibility of it being merged. A feature that's outside the scope of the software is likely to be rejected. We don't want hurt feelings, so please just ask beforehand.

If you'd like to support me with money, you can send Bitcoins to 1AXAH2ZaHfVsq2xnbXRN9497FpUAri8x72.

Contact

You can email emma1312@protonmail.ch to discuss something in private with the creator of the software. Do not email me for asking for support--use the public support channels instead.

License

The software is released under the zlib license. See the LICENSE file for details.