Skip to content

ChrisCinelli/unflare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unflare - Untorch clone

Untorch referral tool open-source clone based on Laravel (PHP) & Bootstrap3.

Non-technical?

Use Kickofflab: https://www.youtube.com/watch?t=160&v=QnPb8UvVC5o

Requirements

  • a Dedicated Server or a VPS hosting or anything that allows you to setup the required services (Nginx, PHP, PostgreSQL, Memcached, Node.js).
  • a Mandrill account (free up to 12 000 emails per month) to send & track emails

Setup

  • Setup Nginx and use configuration templates located in data/nginx

  • Edit constants defined in the following files:

# postgresql, google analytics params etc.
config\constants.development.php
config\constants.production.php
# marketing params
config\unflr.php 
  • Dependencies
php unflr\application\config\composer install
cd unflr\assets\grunt\ 
npm install -g grunt && npm install && grunt

Personalize Views

All pages & emails views are stored in unflr\application\ and use the Blade templating system and Gettext. You can change the copywriting in .blade files directly or by editing PO files stored in lang.

According to Springsheld explanations video, it is advised to keep the same layout structure and copywriting length.

Other

About

Untorch referral tool open-source clone

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published