Giter Site home page Giter Site logo

proxylex's Introduction

proxylex

A reverse proxy and load balancer written in Lisp. Customizable and lightweight

Dependencies

You need to have Steel Bank Common Lisp (SBCL) installed in order to compile the Lisp code and run the scripts. You can install it from the official website (http://www.sbcl.org/platform-table.html) or through your package manager, depending on your operating system.

How to run as a systemd service on Linux

  1. Make proxylex.sh executable
chmod +x proxylex.sh

1.1 if necessary, adjust path to proxylex-main.lisp

  1. If necessary, set $PROXYLEX_PATH variable
  2. Reload systemd configuration
sudo systemctl daemon-reload
  1. Start the service
sudo systemctl start proxylex

4.1 To enable at startup

sudo sytemctl enable proxylex

4.2 To stop service

sudo systemctl stop proxylex

Installing via script

You can also use the install_proxylex.sh script

chmod +x install_proxylex.sh
./install_proxylex.sh

proxylex's People

Contributors

lexivanx avatar

Stargazers

Kilian M. Haemmerle avatar Price Smith avatar

Watchers

Kilian M. Haemmerle avatar  avatar

Forkers

kilianmh

proxylex's Issues

asdf compatiblity

Is there a reason you didn't create an asdf system? If you're not familiar I could assist with that.

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.