Skip to content

nicoladiaz/alice

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.8%
  • CSS 7.2%
  • HTML 3.7%
  • Shell 2.5%
  • Ruby 1.8%