Heyuri / Uploader

2ちゃん uploader!
MIT License
2 stars 0 forks source link

setting up a test server #5

Closed chen-chan1 closed 5 months ago

chen-chan1 commented 5 months ago

jumping into this. what would i need to set up a test server.

i got debian10 loaded on a fresh vps. nginx and php would work fine? dose this use any data bsae? what would be the quick start

kaguy4 commented 5 months ago

it uses flatfiles, no DB required

hachikuji-san commented 5 months ago

For installation you can follow this

  1. clone repo into web directory
  2. cd into Uploader
  3. run chmod +x prepare.sh
  4. run the prepare.sh script
  5. chown -R webuser:webuser /path/to/Uploader
  6. DONE!!

After that it should work fine.

kaguy4 commented 5 months ago

I should maek that a readme