Sign in

Collaboration feature

  • This topic has 2 replies, 3 voices, and was last updated 2 years, 4 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1439
    Avatar photo[anonymous]

    Is it possible to work collaboratively on one Publii site remotelly?

     

    #5758
    Avatar photoNSEO
    NSEO wrote:

    Has anyone tested this out with using Git?

    I assume that Publii stores edits on the users local drive before anything is uploaded to the server. So, would it be possible to use a Git repo, and allow users to make edits, and do push & pull requests to fnalize changes between multiple users, then deploy to the server?

    Git workflows would be useful in this case.

    If anyone has tried this, please let me know 🙂

    As far as I understand, the Publii native app stores changes locally in the /sites/ folder (is this correct) ?

     

    Multiuser environment

    #5759
    Avatar photobridystone

    Hi,

    I actually use git to track my sites. You need to confige the correct folders and it work good.

    However, there is one breaking point. it’s the SQLite database. this is just binary data from git perspective. So parallelly adding new posts is difficult.

    So Multiuser/Computer is possible, but you cannot parallely work on the blog posts.

     

    Also be careful not to upload passwords for your website to public git repos.

     

    Greets

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.