Skip to content

A plugin for PyLucid CMS to get system information (on linux machines)

Notifications You must be signed in to change notification settings

jedie/PyLucid-system-information-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

info

System information

a PyLucid CMS Plugin

setup

Quick how to install the plugin into pylucid:

~$ mkdir pylucid_plugins
~$ cd pylucid_plugins
~/pylucid_plugins$ git clone git://github.com/jedie/PyLucid-system-information-plugin.git
~/pylucid_plugins$ ln -s ~/pylucid_plugins/PyLucid-system-information-plugin/system_information ~/PyLucid_env/src/pylucid/pylucid_project/external_plugins/

If you don’t have git, but subversion, you can checkout with this command:

~/pylucid_plugins$ svn checkout http://svn.github.com/jedie/PyLucid-system-information-plugin.git

how to update it:

~$ cd pylucid_plugins/PyLucid-system-information-plugin
~/pylucid_plugins/PyLucid-system-information-plugin$ chmod +x update.sh
~/pylucid_plugins/PyLucid-system-information-plugin$ ./update.sh

the update script runs “git pull origin master” or “svn update”

About

A plugin for PyLucid CMS to get system information (on linux machines)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published