Posts

Showing posts with the label gnusocial

Statusnet, sort of like twitter.

Image
Statusnet is now known as  GNU social. The install seems to be about the same (wget  https://github.com/foocorp/gnu-social/archive/master.zip ) To install Statusnet, you need to go download the latest version. Once completing that, you can transfer the file to the server. (of course, you can download the file direct to the server.) We do everything from the command line to the server when we can. $ scp statusnet-1.1.1.tar.gz  oeorgan1:~/. statusnet-1.1.1.tar.gz                        100% 8869KB   4.3MB/s   00:02 $ Now to go to the server to do the install. eddie@oelt02:~$ ssh oeorgan1 Welcome to Ubuntu 12.04.5 LTS (GNU/Linux 3.2.0-41-generic i686) * Documentation:  https://help.ubuntu.com/ New release ‘14.04.1 LTS’ available. Run ‘do-release-upgrade’ to upgrade to it. Last login: Sat Aug 16 10:34:43 2014 f...