[Xfce4-commits] [www/moka] 02/07: Add a basic README to moka

noreply at xfce.org noreply at xfce.org
Sat Nov 16 18:08:17 CET 2019


This is an automated email from the git hooks/post-receive script.

s   k   u   n   n   y   k       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository www/moka.

commit 8d4c77821eb80ca235b523022355c2c3720d7833
Author: Romain B <skunnyk at alteroot.org>
Date:   Tue Jun 13 00:29:41 2017 +0200

    Add a basic README to moka
---
 README | 43 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)

diff --git a/README b/README
new file mode 100644
index 0000000..1bc05c8
--- /dev/null
+++ b/README
@@ -0,0 +1,43 @@
+What is this ?
+==============
+
+Moka is the release manager web application used for Xfce
+
+Required packages
+=================
+
+Ruby > 2.1
+bundler
+Some development packages for compilation (libxml2-dev etc)
+
+Installation
+============
+
+We assume that your docroot is /home/wwwroot/websites
+
+* rootdir="/home/wwwroot/websites"
+* cd ${rootdir}
+* mkdir -p ${rootdir}/archive.xfce.org/src/{panel-plugins,xfce,apps}/
+* mkdir ${rootdir}archive.xfce.org/src/xfce/{thunar,xfce4-panel,libxfce4ui}
+* mkdir ${rootdir}/archive.xfce.org/src/panel-plugins/xfce4-sample-plugin
+* git clone git://git.xfce.org/www/moka
+* cd moka
+* bundle install 
+* cp examples/xfce/config.ru ${rootdir}/
+
+Edit config.ru
+- adjust the require ../lib/moka path in needed
+- uncomment "DataMapper.auto_migrate!" ONLY on first run (otherwise it will override your db on every start). 
+- Also, set "if false" to "if true" to create all sample data
+- Change filesystem paths in the config if you are not in /home/wwwroot/websites
+
+After the first run , don't forget to comment DataMapper.auto_migrate / and
+set if false !
+
+Run it
+======
+
+* cd ${rootdir} && thin -R config.ru start
+
+Go to http://127.0.0.1:3000 and log with administrator / admin
+

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list