1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
= Roadmap
== Installation
=== For internet
* Get a valid domain pointing to your PC
(configure inadyn with a dynamic dns)
=== For free networks (guifi.net, BAL, etc.)
* Follow their instructions
=== Next
* Configure hostname => Use valid domain / free network
* GPG autoconfiguration
- Generate GPG key pairs or install one
- {root,main_user}@hostname
* SSL autoconfiguration
- Generate self-signed certificate or install one
(self-signed aren't working with OpenID because of CA lacking)
(get one from CACert.org)
(http://ur1.ca/23a34 solves this, we should apply it to SimpleID)
- Generate crontab for remembering to re-create
- Key is located at and linked to /etc/ssl/private/{$hostname,local}.key
- Cert is located at and linked to /etc/ssl/certs/{$hostname,local}.crt
* OpenLDAP
- Configure domain
- Configure address book
== Stuff to do
* Get your identity back: OpenID provider, mail, xmpp
* Get your services back: Import GMail, Facebook, Twitter, Delicious, etc.
* Get your contacts back: Import Contacts, Address Books, etc.
* Get your data back: Import calendar, feeds, etc.
== Wiki
Use this category to write down ideas and documentation:
http://wiki.parabolagnulinux.org/Category:Parabola_GNU/Social
== Software to check
* Varnish http://www.varnish-cache.org/
HTTP Accelerator, for caching web
|