Index » documentation » user manual » plugins » include » remote markup example
Example output for this:
1
{% lucidTag include.remote url="https://raw.github.com/jedie/PyLucid/master/README.creole" markup="creole" %}
PyLucid is an Open Source web content management system written in Python using Django, jQuery and many more external software...
Some PyLucid Features are:
(Please read the complete installation instructions.)
To create a PyLucid virtual environment, use our bootstrap script:
/home/FooBar$ wget https://raw.github.com/jedie/PyLucid/master/bootstrap/pylucid-boot.py /home/FooBar$ python pylucid-boot.py PyLucid_env
create a new page instance:
/home/FooBar$ cd PyLucid_env /home/FooBar/PyLucid_env$ ./create_page_instance.sh /var/www/YourSite
After run our script you have these files/directory:
create database tables and insert initial data:
/home/FooBar/PyLucid_env$ cd /var/www/YourSite /var/www/YourSite$ ./manage.py syncdb /var/www/YourSite$ ./manage.py migrate /var/www/YourSite$ ./manage.py loaddata pylucid.json
Now you can start the local developer server with:
/var/www/YourSite$ ./manage.py runserver
Or use these files for apache with fastCGI:
To complete the installation follow the steps in setup PyLucid after installation.
permalink
django-processinfo: 5.4 ms of 932.3 ms (0.6%)