If you are talking about http://code.pluf.org/p/mcms/ then probably I
could help you.
Could you please describe your problem in english?
Anyway this project - MCMS - in link above, is more close to hello
world than to working application.
So if you want to use it you probably should extend it or rewrite it at all.
Sincerely, Jakub V.
2011/4/6 php <aida...@yahoo.fr>:
> --
> You received this message because you are subscribed to the Google Groups "Pluf Users" group.
> To post to this group, send email to pluf-...@googlegroups.com.
> To unsubscribe from this group, send email to pluf-users+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/pluf-users?hl=en.
>
>
I will give you all information you need - but you have to wait until
Saturday/Sunday.
Until then I am out of time and to write you some tutorial I need to
setup it myself.
(I haven't plain installation right now).
I don't know if it is still compatible with latest Pluf, etc etc.
And if you want pluf admin support (Auto Admin ~ AA),
all you have to do is download it also, do config setup and proper migration.
Therafter you will have direct access to DB trough AA.
With extend/rewrite I mean that there is not solved named urls for articles
and news is not completed either. But code is quite simple so some advanced
proggramer will have same application written from scratch in very short time.
If you need stick with Pluf - then probably last option should be
best. Or you will end up in that anyway :)
Regards, Jakub V.
2011/4/7 php <aida...@yahoo.fr>:
Download latest code from here - http://code.pluf.org/p/mcms/downloads/1/
Download Auto Admin, update vhost.conf, correct paths in vhost and path.php
to point this app and AA source code. Setup DB in rs.php and run
install.sh and that's all.
In public version thero wasn't mutch (anything to be correct).
That's all I can do for you.
Good luck, Jakub V.
2011/4/9 php <aida...@yahoo.fr>:
You have to setup apache vhost with paths valid to your system.
Point your browser to "http://localhost/admin-master/www/"
and if you see something like "server error 500", "page not found 404"
or "access denied 403", then your apache setup is not valid.
Good idea is to add paths to pluf and auto admin in /etc/php/php.ini
in include_path option.
After this step you have to fix paths in mcms application.
Update paths in install.sh and www/bootstrap.php (for default app
users) and then run install.sh
You also have to edit www/path.php and mcms-2/src/RS/conf/rs.php -
second file for the database.
Thereafter you will see login page for MCMS and you can login with
users defined in bootstrap.php.
Until you solve these steps - you are on your own. These are the basics.
Regards, Jakub V.
2011/4/11 php <aida...@yahoo.fr>: