by meanstack | Apr 18, 2016 | JS & CSS, Uncategorized
IN Yii 1.X we have themes, but its missing in yii 2.0, so how you can add themes to your Yii Web applications. Before we go further lets know what is Theming? Theming is a systematic way of customizing the outlook of pages in a Web application. By applying a new...
by meanstack | Apr 15, 2016 | Linux
Normally you will install Nginx using apt-get install nginx, but in some scenarios we may need to install Nginx from source on Ubuntu. The reason could be we want to either install nginx with new custom nginx module which is not there in base nginx version or we...
by meanstack | Apr 14, 2016 | Liferay
Domain: Liferay Version: 6.1.2 CE Module: Liferay Control Panel Sometimes we might require to add new section to Control panel Master data management process such as User and Organization. In my case I want to create a new section and add required UI elements to...
by meanstack | Apr 14, 2016 | Liferay
Domain: Liferay Version: 6.1.2 CE Module: Liferay Themes In Liferay we can deploy any number of themes to and those are available to all the Sites and Organizations. Sometimes we want to develop/deploy theme to certain Sites/Community pages. By out of the box Liferay...