Digital-Currency icon indicating copy to clipboard operation
Digital-Currency copied to clipboard

Improve Documentation

Open florianjs opened this issue 5 years ago • 3 comments

  • [ ] Explain how to Deploy the App on a Live VPS

  • [ ] Explain how to install MongoDB

florianjs avatar Jan 29 '20 18:01 florianjs

~~the best way would be to wrap the application in docker with docker compose, this will solve both of these problems~~ already done

centralhardware avatar Mar 25 '21 17:03 centralhardware

is it possible for you to provide some more detailed information on the admin user process?

currently i am getting: TypeError: Cannot read property 'username' of undefined at /home/sysadmin/Digital-Currency/app.js:300:50

i am sure this is because i have not added the user correctly, i have tried creating a users collection on the tonkenDB database, is this correct?

JONAS402 avatar May 22 '21 22:05 JONAS402

is it possible for you to provide some more detailed information on the admin user process?

currently i am getting: TypeError: Cannot read property 'username' of undefined at /home/sysadmin/Digital-Currency/app.js:300:50

i am sure this is because i have not added the user correctly, i have tried creating a users collection on the tonkenDB database, is this correct?

This is an old project. When requested, 'username' is 'undefined'. So you probably have an issue with your Database or an issue connecting your DB to the project

florianjs avatar May 23 '21 06:05 florianjs