* GNUsocial package?
@ 2017-08-12 10:16 ng0
2017-08-13 8:04 ` Arun Isaac
0 siblings, 1 reply; 5+ messages in thread
From: ng0 @ 2017-08-12 10:16 UTC (permalink / raw)
To: guix-devel
[-- Attachment #1: Type: text/plain, Size: 624 bytes --]
Shouldn't it be rather easy to package GNUsocial?
https://git.gnu.io/gnu/gnu-social/blob/master/INSTALL
All we might need are some php dependencies, and
the whole thing would be handled by a service anyway
if we assume standard layouts of tables etc.
It looks way easier than Mastodon which requires a container
load of npm packages.
Do we have someone among us who has GNUsocial admin/setup
experience who could make a statement on the installation
process?
--
ng0
GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
GnuPG: https://n0is.noblogs.org/my-keys
https://www.infotropique.org https://krosos.org
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: GNUsocial package?
2017-08-12 10:16 GNUsocial package? ng0
@ 2017-08-13 8:04 ` Arun Isaac
2017-08-13 8:49 ` Ricardo Wurmus
0 siblings, 1 reply; 5+ messages in thread
From: Arun Isaac @ 2017-08-13 8:04 UTC (permalink / raw)
To: ng0; +Cc: guix-devel
> Do we have someone among us who has GNUsocial admin/setup
> experience who could make a statement on the installation
> process?
I have been running a GNU Social instance for 1.5 years now. To install,
I just cloned the git repo, and set up nginx with the proper document
root.
However, GNU Social requires some folders (such as file/) to be
writable. It puts uploaded media files, among other things, in those
directories. How would Guix handle this? In Guix, the entire package is
in the store, and the store is read-only.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: GNUsocial package?
2017-08-13 8:04 ` Arun Isaac
@ 2017-08-13 8:49 ` Ricardo Wurmus
2017-08-15 13:09 ` Joshua Branson
0 siblings, 1 reply; 5+ messages in thread
From: Ricardo Wurmus @ 2017-08-13 8:49 UTC (permalink / raw)
To: Arun Isaac; +Cc: guix-devel
Arun Isaac <arunisaac@systemreboot.net> writes:
>> Do we have someone among us who has GNUsocial admin/setup
>> experience who could make a statement on the installation
>> process?
>
> I have been running a GNU Social instance for 1.5 years now. To install,
> I just cloned the git repo, and set up nginx with the proper document
> root.
>
> However, GNU Social requires some folders (such as file/) to be
> writable. It puts uploaded media files, among other things, in those
> directories. How would Guix handle this? In Guix, the entire package is
> in the store, and the store is read-only.
That’s not a problem. Nginx, for example, also needs writable
directories, so we override the location of these directories to /var or
/run. Something similar could be done with GNU Social.
--
Ricardo
GPG: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC
https://elephly.net
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: GNUsocial package?
2017-08-13 8:49 ` Ricardo Wurmus
@ 2017-08-15 13:09 ` Joshua Branson
2017-08-16 12:02 ` Arun Isaac
0 siblings, 1 reply; 5+ messages in thread
From: Joshua Branson @ 2017-08-15 13:09 UTC (permalink / raw)
To: guix-devel
Just out of curiosity, how do you override those directories? Is it
something you configure at compile time, or some sly links?
--
Sent from Emacs and Gnus
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: GNUsocial package?
2017-08-15 13:09 ` Joshua Branson
@ 2017-08-16 12:02 ` Arun Isaac
0 siblings, 0 replies; 5+ messages in thread
From: Arun Isaac @ 2017-08-16 12:02 UTC (permalink / raw)
To: Joshua Branson; +Cc: guix-devel
Joshua Branson writes:
> Just out of curiosity, how do you override those directories? Is it
> something you configure at compile time, or some sly links?
+1
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2017-08-16 12:03 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-12 10:16 GNUsocial package? ng0
2017-08-13 8:04 ` Arun Isaac
2017-08-13 8:49 ` Ricardo Wurmus
2017-08-15 13:09 ` Joshua Branson
2017-08-16 12:02 ` Arun Isaac
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).