From fbcdfdaa4c7b73a0ae1a9b7b4752a5d78705922a Mon Sep 17 00:00:00 2001 From: Robert Mayr Date: Feb 28 2016 14:47:47 +0000 Subject: write a first README file --- diff --git a/README b/README new file mode 100644 index 0000000..b991c72 --- /dev/null +++ b/README @@ -0,0 +1,45 @@ +This is the Fedora Websites GIT repo used to build the websites starting +from the F24 release cycle. + +History of previous commits is still available at: +https://git.fedorahosted.org/cgit/fedora-web.git/ + +######################################################################### +# # +# For all information please read the wiki pages or alternatively: # +# https://docs.pagure.org/fedora-websites/ # +# # +######################################################################### + +If you like to help the websites team but are not actually a member, you +can easily file Pull Requests. Fork this repository, make your changes and +submit them here. + +How to get started easily: +========================== + +DO NOT execute the following steps as root, just use your normal user: + +1) Setup your system + +sudo dnf install git gettext python-genshi python-setuptools python-dateutil \ +python-dogpile-cache babel python-feedparser + +sudo dnf groups install 'Web Server' + +2) Clone the repo + +git clone https://pagure.io/fedora-websites.git +cd fedora-websites/${website_dir} + +3) Launch a test instance + +make en test + +4) Stop the test instance + +make stoptest + +* if you have caching problems you can clean the instance even more: + +make veryclean \ No newline at end of file