P4ndaFR / alice

An hackathon projet made with RSF at AnDaolVras

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Website Mirror by Proxy

Installation

Using install.sh

# Clone the git repository from Github.
git clone https://github.com/NInfolab/website-mirror-by-proxy.git
cd website-mirror-by-proxy
# Execute the `install.sh` script
# It will install dependencies, varnish and pm2
./install.sh

Edit config.json file according to your preferences

# Then start server
./bin/start

If you want to restart application, use :

./bin/restart

From source

# Clone the git repository from Github.
git clone https://github.com/NInfolab/website-mirror-by-proxy.git
cd website-mirror-by-proxy
# Install dependencies
npm install
# Edit the config.json file
# Then start the server
node server.js

About

An hackathon projet made with RSF at AnDaolVras


Languages

Language:JavaScript 84.8%Language:CSS 7.2%Language:HTML 3.7%Language:Shell 2.5%Language:Ruby 1.8%