Skip to content

shopstr-eng/shopstr-hidden-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 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/serverless -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: ikduzlpwcc4khvj27rlywgic6eaxj5w3brj4uo54z2sfyj7b2hfrepyd.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 # Make sure you are on the 'serverless' branch before pulling.

2. Rebuild and redoply the Hidden Service

cd ..
bash start.sh

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published