Running on Docker-Compose

Today, i will share you how to create and run Docker-Compose. First, do you know about Docker-Compose :D. Docker Compose is a tool for defining and running multi-container Docker applications. With Compose, you use a YAML file to configure your application’s services. Then, with a single command, you create and start all the services from your…

Read More

Install, Use and Demo the project for Spring Boot Docker using Google Cloud Build service

* Introduction Docker Docker is an open platform for developing, shipping, and running applications. Docker enables you to separate your applications from your infrastructure so you can deliver software quickly. With Docker, you can manage your infrastructure in the same ways you manage your applications. By taking advantage of Docker’s methodologies for shipping, testing, and…

Read More

How to build – develop odoo/odoo addons , modules from source

Build (or install) Odoo (OpenERP) from the source are needed when a developer wants to deep look in how Odoo work. 1.Install postgresql sudo apt-get install postgresql postgresql-contrib cd odoo/ 2.Clone odoo source code git clone https://github.com/odoo/odoo.git 3.install setup tools and lib sudo apt-get install python3-setuptools python3-setuptools sudo apt-get install libsasl2-dev python-dev libldap2-dev libssl-dev 4.create odoo postgres user login…

Read More

These sites are attacked by xss

These sites are attacked by xss that we recovered: Site Name Links mbi-berlin https://goo.gl/u5R21T puppospiele https://goo.gl/ybAmoy stockmarine https://goo.gl/KxrIjB westpreussen https://goo.gl/5Xm6Rl scooter-devil https://goo.gl/cU6zhH wiso.uni-hamburg https://goo.gl/rSZiw9 csaladok.schoenstatt https://goo.gl/q5PNqI maine https://goo.gl/d0Fz6n naehmarkt https://goo.gl/h4UJoZ dixit https://goo.gl/lRaCgd luminati https://goo.gl/YIcsiH biblioteca.caroycuervo https://goo.gl/eCfOv0

Read More

Navigation and Navigation bar

Why Website Navigation? Websites are rarely single pages Need to provide visitors an intuitive means of getting around your website Several commonly used navigation patterns used on websites Information Architecture Structure of a system with respect to the way the information is: Organized Labeled Navigation methods provided to access the information Need to consider when…

Read More