Thank you for the advice. I didn't know that I could build just one language. That will help in the future. However, I still receive the same results. I am not sure what changed. Make use to work fine. I did notice some improvement after a "make clean". It doesn't work as well as it use to, but this is better then nothing. It must be something with my build environment. If anyone has any further advice, I would appreciate it. Thank you, Matt On Fri, Nov 29, 2013 at 3:50 PM, Robert Mayr <robyduck@xxxxxxxxxxxxxxxxx> wrote: > 2013/11/29 Matthew Dittmer <dittmer.matthew@xxxxxxxxx>: >> Elad, >> >> Thank you for the prompt reply. I have been using "make && make test" >> and it has been working fine. Only in the last day it now builds a >> page that with the title "Index of /" and lists "about.html.xx" where >> "xx" is the language code in column. This happens on all branches, >> even master. Do you have any other suggestions? >> >> Thank you, >> Matt >> >> On Fri, Nov 29, 2013 at 3:09 PM, Elad Alfassa <elad@xxxxxxxxxxxxxxxxx> wrote: >>> make && make test >>> >>> it'll start a local webserver for testing on (iirc) port 5000. >>> >>> >>> On Fri, Nov 29, 2013 at 11:06 PM, Matthew Dittmer >>> <dittmer.matthew@xxxxxxxxx> wrote: >>>> >>>> Team, >>>> >>>> I noticed that make only gives me a page with links instead of the >>>> pages. Do you have advice on how I can fix this issue? >>>> >>>> Thank you, >>>> Matt >>>> -- >>>> websites mailing list >>>> websites@xxxxxxxxxxxxxxxxxxxxxxx >>>> https://admin.fedoraproject.org/mailman/listinfo/websites >>> >>> >>> >>> >>> -- >>> -Elad Alfassa. >> -- >> websites mailing list >> websites@xxxxxxxxxxxxxxxxxxxxxxx >> https://admin.fedoraproject.org/mailman/listinfo/websites > > Hi Matt, > you should be able to run all branches in a test instance. You need to > be in the site directory you want to build, i.e. fedoraproject.org, > and run: > $ make test > > This will build all the languages, so it's rather long. As you're > running a test instance and probably don't want to have all the > languages, unless you want to fix translation issues, you can also > build a single language, for example: > $ make en test > > This will build the pages in english. To stop the instance, do: > $ make stoptest > > See you. > > -- > Robert Mayr > (robyduck) -- websites mailing list websites@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/websites