← Back to team overview

team4alfanous team mailing list archive

[Branch ~team4alfanous/alfanous/alfanous-git] Rev 373: Merge branch 'master' of github.com:Alfanous-team/alfanous

 

Merge authors:
  Assem Chelli (عاصم شلي) (assem-ch)
------------------------------------------------------------
revno: 373 [merge]
committer: Assem Chelli <assem.ch@xxxxxxxxx>
timestamp: Sun 2012-10-07 00:02:40 +0100
message:
  Merge branch 'master' of github.com:Alfanous-team/alfanous
modified:
  FAQ.rst


--
lp:alfanous
https://code.launchpad.net/~team4alfanous/alfanous/alfanous-git

Your team Alfanous team is subscribed to branch lp:alfanous.
To unsubscribe from this branch go to https://code.launchpad.net/~team4alfanous/alfanous/alfanous-git/+edit-subscription
=== modified file 'FAQ.rst'
--- FAQ.rst	2012-10-04 23:57:07 +0000
+++ FAQ.rst	2012-10-06 22:38:30 +0000
@@ -87,8 +87,24 @@
    - clone the git repo  from github:  $ git clone https://github.com/Alfanous-team/alfanous.git
    - or download it as a `zipfile <https://github.com/Alfanous-team/alfanous/zipball/master>`_ 
 
-#. Run the build: just go to the root path of the code source and execute this command :    $ make build
-#. Install the API: also in the root path of the code source, execute the command: $ make install_api
+#. Run the build: 
+
+   - Install all building dependencies: `pyparsing <http://aminenacer.blogspot.com/2012/10/mon-voyage-akfadou-deuxieme-partie.html>`_, `pyqt4-dev-tools <http://www.riverbankcomputing.co.uk/software/pyqt/download>`_, `epydoc <http://epydoc.sourceforge.net/>`_,
+     `sphinx <http://sphinx.pocoo.org/>`_.
+   - Go to the root path of the code source and execute this command    
+   
+     .. code-block:: sh
+      
+          $ make build
+
+#. Install the API: 
+
+   - Also in the root path of the code source, execute the command
+     
+     .. code-block:: sh
+
+          $ make install_api
+
 #. Test the console interface, it provides results in Json format:
 
    - $ alfanous-console -h
@@ -112,7 +128,12 @@
    - $ alfanous-desktop
     
 
-#. Test the json output system II (later)
+#. Test the json output system II 
+
+   - # Install apache2
+   - $ sudo make install_jos2
+   - $ xdg-open http://alfanous.local/cgi-bin/alfanous_json2.py &
+
 #. Test the web interface (later)
 #. Test Django app (later)
 #. Test Firefox toolbar (later)