https://github.com/tangoman75/tangomancms
Symfony 3 content manager and blog engine
https://github.com/tangoman75/tangomancms
Last synced: 3 months ago
JSON representation
Symfony 3 content manager and blog engine
- Host: GitHub
- URL: https://github.com/tangoman75/tangomancms
- Owner: TangoMan75
- License: mit
- Created: 2016-09-23T07:31:56.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-08-05T16:36:37.000Z (almost 6 years ago)
- Last Synced: 2025-03-20T21:07:30.541Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 2.95 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
TangoManCMS
===========
**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](http://tangomancms.herokuapp.com)
Installation
============
Step 1: Download the code base
------------------------------
Open a command console, enter your project directory and execute the following command to download the latest stable version of **TangoManCMS**:
```batch
$ git clone https://github.com/TangoMan75/RepositoryHelper.git .
```
Step 2: Download project dependencies
-------------------------------------
Open a command console, enter your project directory and execute the following command to download the latest stable version of **TangoManCMS** vendors:
```batch
$ composer install
```
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.
Step 3: Configuration
---------------------
When asked enter the required informations:
### analytics
Your google analytics tracking id, as explained here : [https://support.google.com/analytics/answer/1008080](https://support.google.com/analytics/answer/1008080)
Your google tracking id should look like this : `UA-XXXXXXXX-X`
### database_url
Your database url, with the following syntax : `mysql://root@localhost/cms`
### hotjar
Your hotjar tracking id, as explained here : [https://docs.hotjar.com/v1.0/docs/hotjar-tracking-code](https://docs.hotjar.com/v1.0/docs/hotjar-tracking-code)
Your hotjar tracking id should be a six digit figure like this `000000`.
### mailer_from
Your contact email address.
### mailer_host
Your mailer ip address. i.e.: `127.0.0.1`
### mailer_password
Your mailer password.
### mailer_transport
Default mailer protocol is SMTP.
### mailer_user
Your mailer username.
### secret
A secret key that's used to generate certain security-related tokens.
### site_author
Your full name.
### site_name
Your website name.
### super_admin_pwd
Your password.
### super_admin_username
Your username.