nexusofdoom / lancache-installer

32 stars 21 forks source link

Nginx Cache Purge #1

Closed DPCools closed 6 years ago

DPCools commented 6 years ago

the install-nginx.sh line below does not work as it looks to be no longer there. if you have the file could it be put in to Box or dropbox so it can be downloaded.

Get Nginx Cache Purge from Frickle Labs:

curl "http://labs.frickle.com/files/ngx_cache_purge-2.3.tar.gz" | tar zx

DPCools commented 6 years ago

when i did get a copy of the file to download it now gets stuck at

Installing with make install...

========================= Installation results =========================== make: *** No rule to make target 'install'. Stop.

**** Installation failed. Aborting package creation.

Cleaning up...OK

Bye.

nexusofdoom commented 6 years ago

just tested the file is still online and it did pull down. image

nexusofdoom commented 6 years ago

you are running Debian 9.4 x64?

nexusofdoom commented 6 years ago

you also did this before you ran the other install.sh file?

git clone -b master http://github.com/nexusofdoom/lancache-installer

cd lancache-installer

chmod +x *.sh

Run scripts as sudo or root user

Run

./install.sh

Next run

./install-jemalloc.sh

Then run

./install-nginx.sh

DPCools commented 6 years ago

I was following the on screen instructions.

On Thu, 24 May 2018, 14:01 nexusofdoom, notifications@github.com wrote:

you also did this before you ran the other install.sh file?

git clone -b master http://github.com/nexusofdoom/lancache-installer https://github.com/nexusofdoom/lancache-installer

cd lancache-installer

chmod +x *.sh

Run scripts as sudo or root user

Run

./install.sh

Next run

./install-jemalloc.sh

Then run

./install-nginx.sh

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/nexusofdoom/lancache-installer/issues/1#issuecomment-391706031, or mute the thread https://github.com/notifications/unsubscribe-auth/AIvQXdIE-dhfbhq-Us6vNZGrzk6iSAszks5t1q8pgaJpZM4UL63h .

nexusofdoom commented 6 years ago

I would try again it worked for me fresh install on new vm debian 9.4 64bit

image

nexusofdoom commented 6 years ago

once all done rebooted and services working image

DPCools commented 6 years ago

I will give it another try.

On Thu, 24 May 2018, 20:35 nexusofdoom, notifications@github.com wrote:

once all done rebooted and services working [image: image] https://user-images.githubusercontent.com/16519553/40509618-bea7ec90-5f5f-11e8-8b38-3c605aed9df4.png

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/nexusofdoom/lancache-installer/issues/1#issuecomment-391833604, or mute the thread https://github.com/notifications/unsubscribe-auth/AIvQXSuS7eHI4RDXNTrtdecD7U7TBVWYks5t1wuZgaJpZM4UL63h .

DPCools commented 6 years ago

So the install looks to have worked this time.

In file install-lancache.sh line 25 and 53 ------------------------------------ you might want to rem them out
./install-lancache.sh: line 53: ---------------------------------------------------------------------------------------------: command not found ./install-lancache.sh: line 25: ---------------------------------------------------------------------------------------------: command not found

nexusofdoom commented 6 years ago

Sounds good closing this ticket.