TangoManCMS is a simple symfony 3 content manager and blog engine created on September 21, 2016, 3:33 pm.
Project 100% Heroku compatible availlable here : http://tangomancms.herokuapp.com
Open a command console, enter your project directory and execute the following command to download the latest stable version of TangoManCMS:
$ git clone https://github.com/TangoMan75/RepositoryHelper.git .
Open a command console, enter your project directory and execute the following command to download the latest stable version of TangoManCMS vendors:
$ composer install
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.
When asked enter the required informations:
Your google analytics tracking id, as explained here : https://support.google.com/analytics/answer/1008080
Your google tracking id should look like this : UA-XXXXXXXX-X
Your database url, with the following syntax : mysql://root@localhost/cms
Your hotjar tracking id, as explained here : https://docs.hotjar.com/v1.0/docs/hotjar-tracking-code
Your hotjar tracking id should be a six digit figure like this 000000
.
Your contact email address.
Your mailer ip address. i.e.: 127.0.0.1
Your mailer password.
Default mailer protocol is SMTP.
Your mailer username.
A secret key that's used to generate certain security-related tokens.
Your full name.
Your website name.
Your password.
Your username.