Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gnu-social
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
194
Issues
194
List
Boards
Labels
Milestones
Merge Requests
12
Merge Requests
12
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gnu.io
gnu-social
Commits
e5a37ac2
Commit
e5a37ac2
authored
Apr 17, 2012
by
Evan Prodromou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update documentation
parent
55dd0dbc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
10 deletions
+21
-10
INSTALL
INSTALL
+3
-3
README
README
+16
-5
UPGRADE
UPGRADE
+2
-2
No files found.
INSTALL
View file @
e5a37ac2
...
...
@@ -106,9 +106,9 @@ especially if you've previously installed PHP/MySQL packages.
1. Unpack the tarball you downloaded on your Web server. Usually a
command like this will work:
tar zxf statusnet-1.1.0alpha1.tar.gz
tar zxf statusnet-1.1.0
-
alpha1.tar.gz
...which will make a statusnet-1.1.0alpha1 subdirectory in your current
...which will make a statusnet-1.1.0
-
alpha1 subdirectory in your current
directory. (If you don't have shell access on your Web server, you
may have to unpack the tarball on your local computer and FTP the
files to the server.)
...
...
@@ -116,7 +116,7 @@ especially if you've previously installed PHP/MySQL packages.
2. Move the tarball to a directory of your choosing in your Web root
directory. Usually something like this will work:
mv statusnet-1.1.0alpha1 /var/www/statusnet
mv statusnet-1.1.0
-
alpha1 /var/www/statusnet
This will make your StatusNet instance available in the statusnet path of
your server, like "http://example.net/statusnet". "microblog" or
...
...
README
View file @
e5a37ac2
...
...
@@ -2,7 +2,7 @@
README
------
StatusNet 1.1.0alpha1
StatusNet 1.1.0
-
alpha1
3 October 2011
This is the README file for StatusNet, the Open Source social
...
...
@@ -107,12 +107,23 @@ for additional terms.
New this version
================
This is a minor bug fix and feature release since 1.0.1, released 3 October
2011. It includes the following changes:
This is a minor bug fix and feature release since 1.0.1, released 3
October 2011. (Because the plugin interface has changed in an upwardly
compatible way, we've incremented the minor version number. See
http://semver.org/ for the semantic versioning scheme we follow.)
- ...
It includes the following changes:
A full changelog is available at http://status.net/wiki/StatusNet_1.1.0alpha1.
- ActivitySpam plugin to check updates against spamicity.info
- Options to hide users who've been silenced or have posted spammy updates.
- OfflineBackup experimental plugin.
- Fixes for TwitterBridge to correctly handle replies through the bridge.
- Improvements in ActivityStreams JSON output to better match 1.0 spec.
- Console scripts for managing groups.
- Bug fix for conversation counts in conversation streams.
- Rights for moderators to manage spam.
A full changelog is available at http://status.net/wiki/StatusNet_1.1.0-alpha1.
Troubleshooting
===============
...
...
UPGRADE
View file @
e5a37ac2
...
...
@@ -24,7 +24,7 @@ instructions; read to the end first before trying them.
5. Once all writing processes to your site are turned off, make a
final backup of the Web directory and database.
6. Move your StatusNet directory to a backup spot, like "statusnet.bak".
7. Unpack your StatusNet 1.1.0alpha1 tarball and move it to "statusnet" or
7. Unpack your StatusNet 1.1.0
-
alpha1 tarball and move it to "statusnet" or
wherever your code used to be.
8. Copy the config.php file and the contents of the avatar/, background/,
file/, and local/ subdirectories from your old directory to your new
...
...
@@ -37,7 +37,7 @@ instructions; read to the end first before trying them.
reversed. YOU CAN EASILY DESTROY YOUR SITE WITH THIS STEP. Don't
do it without a known-good backup!
In your new StatusNet 1.1.0alpha1 directory and AFTER YOU MAKE A
In your new StatusNet 1.1.0
-
alpha1 directory and AFTER YOU MAKE A
BACKUP run the upgrade.php script like this:
php ./scripts/upgrade.php
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment