Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • pleroma pleroma
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 647
    • Issues 647
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 89
    • Merge requests 89
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PleromaPleroma
  • pleromapleroma
  • Merge requests
  • !3207

Add some information about setting up a development environment

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Ilja requested to merge ilja/pleroma:add_some_information_about_setting_up_a_development_environment into develop Dec 18, 2020
  • Overview 15
  • Commits 11
  • Pipelines 8
  • Changes 20

closes #1904 (closed)

What I did

  • I created a folder 'development'
    • I split up the file dev.md into parts and moved it to this folder
      • index.md
      • authentication_authorization.md
    • I moved ap_extensions.md
    • I moved the API folder
    • I added the mrf info to docs/configuration/mrf.md
    • I created a new file setting_up_pleroma_dev.md

Extra

  • I fixed some links
  • When formatting all .ex and .exs files, it still reformats priv/repo/optional_migrations/rum_indexing/20190510135645_add_fts_index_to_objects_two.exs even though it doesn't fail the format check. I took the liberty of adding the reformatted file here as well.
  • I changed the .gitignore to ignore /config/setup_db*.psql (see the wildcard) because I often use a variation of this file for the test-db which will now be ignored as well.
Edited Jan 09, 2021 by Ilja
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: add_some_information_about_setting_up_a_development_environment