summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-02-16 01:23:33 (EST)
committer Francis Rowe <info@gluglug.org.uk>2015-02-16 01:23:33 (EST)
commitfcaa2b93ecb91158668b038ef718bcc8d4e35098 (patch)
treefe3f6fd9c24c91ee1653c4c06686c1fee8d34451
parent6cbee24def8965df0c3b597f22f4ccbe641fd00b (diff)
downloadlibreboot.org-fcaa2b93ecb91158668b038ef718bcc8d4e35098.zip
libreboot.org-fcaa2b93ecb91158668b038ef718bcc8d4e35098.tar.gz
libreboot.org-fcaa2b93ecb91158668b038ef718bcc8d4e35098.tar.bz2
Add a readme file
-rw-r--r--readme.txt36
1 files changed, 36 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
new file mode 100644
index 0000000..3a64b1b
--- /dev/null
+++ b/readme.txt
@@ -0,0 +1,36 @@
+This is a clone of the libreboot website at libreboot.org. The main
+intention is to allow people to contribute to the website, but it
+can also help people to mirror the site if they want to.
+
+Mirroring libreboot:
+
+(these instructions aren't complete, and you can also cherry pick what
+you need instead of following these exactly)
+
+change the info in variables.php to what you want
+
+clone libreboot(website) and make that directory your docroot.
+
+Now, outside of the libreboot(website) clone, clone libreboot(firmware)
+and build it fully, using the libreboot instructions.
+in libreboot(website) clone, create a symlink called "git" to the
+release/ directory in your libreboot(firmware) clone.
+
+Setup a repository for your version of libreboot(website) in
+libreboot.org.git/ (or actually, whatever you want) in your
+libreboot(website) clone.
+
+Setup a repository for your version of libreboot(firmware) in
+libreboot.git (or actually, whatever you want) in your libreboot (website)
+clone.
+
+That's right. A repository in a clone of that repository.
+
+Populate docs/ in your libreboot(website) clone with a copy of docs/
+from your release archives. Advice: always keep these strictly for stable
+releases only (you can also backport stuff, as well).
+
+Create a symlink "gitdocs" in your libreboot(website) clone pointing
+to docs/ in your libreboot(firmware) clone.
+
+Populate release/ with releases from the libreboot project.