Skip to content

shopstr-eng/shopstr-hidden-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 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: 6fkdn756yryd5wurkq7ifnexupnfwj6sotbtby2xhj5baythl4cyf2id.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 checkout serverless # Only needed if you're not already on the 'serverless' branch.
git pull

2. Rebuild and redoply the Hidden Service

cd ..
bash start.sh