diff website/README.txt @ 4956:4e7208743254

Update web site instruction to restore web presence of Roundup Design Document. Fixes issue2550840.
author anatoly techtonik <techtonik@gmail.com>
date Sat, 13 Dec 2014 19:26:18 +0300
parents ff4d939f4619
children f1270730505d
line wrap: on
line diff
--- a/website/README.txt	Sat Dec 13 19:17:10 2014 +0300
+++ b/website/README.txt	Sat Dec 13 19:26:18 2014 +0300
@@ -48,18 +48,18 @@
     # log in, replace <user> with your account
     ssh -t <user>,roundup@shell.sourceforge.net create
 
-    # set project_home and go there
+    # set project_home
     project_home=/home/project-web/roundup
-    cd ${project_home}
-
-    # read up on other people changes and add yours
-    vim logbuch.txt
 
     # pull latest Roundup source with www and wiki
     # (the warning about "Not trusting file ... " can be ignored
     #  for now https://sourceforge.net/p/forge/site-support/8217/)
     hg pull -u --cwd ${project_home}/src/roundup
 
+    # read up on other people changes and add yours
+    cd ${project_home}
+    vim logbuch.txt
+
 
 updating wiki.roundup-tracker.org
 ---------------------------------
@@ -94,6 +94,9 @@
     #diff -qur ./html/ ${project_home}/htdocs/
     # copy to website dir
     cp -r -p ./html/* ${project_home}/htdocs/
+    # copy legacy html doc to website docs/ dir
+    # (in main doc/conf.py this is done automatically)
+    cp -r -p ../../doc/html_extra/* ${project_home}/htdocs/docs/
     # or try it with rsync (skip --dry-run when ready)
     #rsync --dry-run -v --checksum --recursive ./html/* ${project_home}/htdocs/
 

Roundup Issue Tracker: http://roundup-tracker.org/