Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierGaland authored Jan 2, 2022
1 parent 39730cf commit a521314
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ Expected raw revenue is around $30-$40 per month (Jan 2022 estimation), 24/7 pow
Installation (you can open www/index.html file to have a more interactive install section) :

- Install linux OS on your host machine (a low consuming and cheap linux compatible box)
- Download CashFactory latest release : wget https://github.com/OlivierGaland/CashFactory/archive/refs/tags/v0.1.tar.gz , then uncompress : tar -xvf v0.1.tar.gz
- Go into created directory : cd CashFactory-0.1
- Run install script (Need to run it as sudo -supervisor-) : chmod a+x ./setup.sh ; sudo ./setup.sh
- Download CashFactory latest release : wget https://github.com/OlivierGaland/CashFactory/archive/refs/tags/v0.2.tar.gz , then uncompress : tar -xvf v0.2.tar.gz
- Go into created directory : cd CashFactory-0.2
- Run install script (Need to run it as sudo -supervisor-) : sudo ./setup.sh
- Create an account for the app(s) you want to use (5 app supported : see Registering section below)
- Update .env file with the account details (put your account informations in defined environment variables)
- (Optional) If you don't want to use all app : comment or delete the corresponding section in docker-compose.yml
Expand Down

0 comments on commit a521314

Please sign in to comment.