Giter VIP home page Giter VIP logo

martinnagel / turbine Goto Github PK

View Code? Open in Web Editor NEW

This project forked from allebb/turbine

0.0 2.0 0.0 5.71 MB

Turbine is an easy to set-up and manage load-balancer and reverse proxy management interface complete with RESTful API to enable automated third-party application integration.

Home Page: https://bobbyallen.me/turbine

License: MIT License

PHP 83.94% HTML 10.58% CSS 0.14% JavaScript 0.18% Shell 5.15%

turbine's Introduction

Turbine

Turbine is an easy to set-up and manage load-balancer and reverse proxy management interface complete with RESTful API to enable automated third-party application integration.

Installation on Ubuntu 12.04 LTS

A very simple installation guide can be found here:

http://bobbyallen.me/turbine/

Instalation on Ubuntu 14.04 LTS

The current installer is designed to work with Ubuntu 12.04 LTS however with a few minor updates this also works with Ubuntu 14.04 LTS too, simply run the standard installation script (see above), until I've had a chance to upgrade the installer please ensure you carry out the following in after to running the standard installer:

  1. Create Mycrpt module aliases for PHP:
ln -s /etc/php5/mods-available/mcrypt.ini /etc/php5/cli/conf.d/mcrypt.ini
ln -s /etc/php5/mods-available/mcrypt.ini /etc/php5/fpm/conf.d/mcrypt.ini
  1. Update php5-fpm socket location:
nano /etc/turbine/configs/common/laravel4_shared.conf

Then update the fastcgi_pass line to match:

fastcgi_pass                    unix:/var/run/php5-fpm.sock;
  1. Lastly restart both Nginx and the PHP-FPM daemons like so:
service nginx restart
service php5-fpm restart
  1. All done! - You should then be able to nativate to the Turbine control panel as per normal!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.