changeset 640:afd98d1f817e rhodecode-0.0.1.0.0

docs update
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 02 Nov 2010 20:19:20 +0100
parents 45e1fdc0082c
children fe8c3989ab0e
files docs/changelog.rst docs/index.rst docs/upgrade.rst
diffstat 3 files changed, 37 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/docs/changelog.rst	Tue Nov 02 20:19:05 2010 +0100
+++ b/docs/changelog.rst	Tue Nov 02 20:19:20 2010 +0100
@@ -3,13 +3,13 @@
 Changelog
 =========
 
-1.0.0 (**2010-10-xx**)
+1.0.0 (**2010-11-02**)
 ----------------------
 
 - security bugfix simplehg wasn't checking for permissions on commands
   other than pull or push.
 - fixed doubled messages after push or pull in admin journal
-- templating and css corrections, fixed repo switcher on chrome,updated titles
+- templating and css corrections, fixed repo switcher on chrome, updated titles
 - admin menu accessible from options menu on repository view
 - permissions cached queries
 
--- a/docs/index.rst	Tue Nov 02 20:19:05 2010 +0100
+++ b/docs/index.rst	Tue Nov 02 20:19:20 2010 +0100
@@ -80,6 +80,8 @@
 - commit based build in wiki system
 - clone points and cloning from remote repositories into rhodecode 
   (git_ and mercurial_)
+- more statistics and graph (global annotation + some more statistics)
+- user customized activity dashboards
 - some cache optimizations
 - other cools stuff that i can figure out (or You can help me figure out)
 
@@ -92,12 +94,11 @@
 Documentation
 -------------
 
-**Installation:**
-
 .. toctree::
    :maxdepth: 1
 
    installation
+   upgrade
    setup
    changelog
 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/docs/upgrade.rst	Tue Nov 02 20:19:20 2010 +0100
@@ -0,0 +1,32 @@
+.. _upgrade:
+
+Upgrade
+=======
+
+Upgrade from Cheese Shop
+------------------------
+
+Easiest way to upgrade ``rhodecode`` is to run::
+
+ easy_install -U rhodecode
+
+Or::
+
+ pip install --upgrade rhodecode
+
+
+Then make sure You run from the installation directory
+
+::
+ 
+ paster make-config RhodeCode production.ini
+ 
+This will display any changes made from new version of RhodeCode To your
+current config. And tries to do an automerge.
+
+
+.. _virtualenv: http://pypi.python.org/pypi/virtualenv  
+.. _python: http://www.python.org/
+.. _mercurial: http://mercurial.selenic.com/
+.. _celery: http://celeryproject.org/
+.. _rabbitmq: http://www.rabbitmq.com/
\ No newline at end of file