Skip to content

shopstr-eng/shopstr-hidden-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shopstr-hidden-service

Set-up Instructions

Follow these steps to get the Shopstr Hidden Service running on your local machine:

1. Clone the repository

git clone https://github.com/shopstr-eng/shopstr-hidden-service.git
cd shopstr-hidden-service

2. Set up the Shopstr repository

cd shopstr
git init
git remote add origin https://github.com/shopstr-eng/shopstr.git
git fetch
git checkout origin/main -ft

3. Build and deploy the Hidden Service

cd ..
bash start.sh

4. Access the Hidden Service

Once everything is set up, the Hidden Service will be running on the outputted .onion address.

Example output: sva5te372puuuyhnp4mrspewm76x2jqnzgctdfde474owrdonu4xyoyd.onion

Update Instructions

Follow these steps to update your deployment to the latest version of Shopstr:

1. Pull the latest changes

cd shopstr-hidden-service
cd shopstr
git pull

2. Rebuild and redoply the Hidden Service

cd ..
bash start.sh

About

A Tor Hidden Service instance of Shopstr

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors