First steps
FAQ’s
Why do you need to free the port 80? Can you make your own installers? Can you use GorillaJS in a remote server?
First steps
In this article you’ll learn to install and manage apps in an easy way with GorillaJS.
Install and manage plugins
How to install plugins.
Install Docker and GorillaJS
GorillaJS is developed in NodeJS, is compatible with Mac, Linux y Windows, and it needs Docker to operate. Installing is very simple.
Installers
The NodeJS installer
The NodeJS template that comes as a default in GorillaJS uses the Express.js framework to start a server and return a response. This is optional, and once the application is running we can eliminate this server and use the application in any other way.
The Django installer
How to use the Django installer and increase the usefulness with the plugins for GorillaJS.
The PHP 7 installer
How to use the PHP7 installer and increase the usefulness with the plugins for GorillaJS.
The WordPress installer
How to use the WordPress installer and increase the usefulness with the plugins for GorillaJS.
Plugins
Simple database management
How to make the maintenance basic tasks of your database with the DB manager plugin.
Save your changes for the next time
With the plugin commit you can save the changes you had done in your projects on the Docker containers.
Add PostgreSQL or MySQL to Django projects
How to use the plugin DB for Django to change the data base engine.
Django manage
How to use manage.py with GorillaJS and install new pip3 packages.
Use Composer with GorillaJS
How to manage PHP libraries with composer and install PEAR packages easily.
Add extra packages to Linux container
How to install new packages in Docker container easily.
Add databases to PHP 7 projects
You can select several engines: PostgreSQL, MySQL o MongoDB.
Use SSL in your project
How to get SSL free certificate with Let’s Encrypt and GorillaJS.
Adminer database manager
How to manage easily with this powerful data manager.
Share your project with others using Team
Team is a plugin for GorillaJS that allows you to save a copy of your project in the cloud in order that you could share it with others developers.
Advanced
Create your own installer
You have a tutorial step-by-step in order to learn to make your own installers.