F
Asked
where can I find the manual for the installation of this package? Here on the website and in the zip file I can´t find any obvious file with details.
- FAnsweredjust found some documentation in github https://github.com/Tecdiary/sbm-guide but even there everything is pointed to the /install filder which is not available in the downloaded zip
- MSAnsweredHello,
`/install` is not folder but route. The documentation.pdf should be in your download. If not let me know I will check again.
The online documentation has install instruction at [https://tecdiary.github.io/sbm-guide/v1/install/](https://tecdiary.github.io/sbm-guide/v1/install/)
If you don't understand any step, please let me know.
Thank you - FAnsweredDocumentation.pdf is not included in the zip file. I checked this again...
- MSAnsweredI am sorry to listen. I will add the in next update. Thank you
- FAnsweredHi Mian,
I followed the instruction on the github documentation. first of all I´m struggling where to install the files. I tried several options now without success getting the install script working. I´m now at my base domain. added a subfolder sbm in the root,extracting the files to this subfolder. then I added a subdomain and routed it to the folder mydomain/sbm/public. when I open sbm.mydomain.com/ theres nothing happening. also adding install will not work. I´m total confused why there is not a folder with an install script. as I mentioned above there is no install.* file in the whole package or a subfolder in the public folder which is called install. Wonder how the /install-script can start if these files are missing?Attachments - MSAnsweredHello,
As I told you before the `/install` is not file or folder but route. Please let me know your server details in private reply to check.
*You can post private reply by enabling the `PRIVATE for Staff only` at top right of the reply section.*
Thank you - MSAnsweredHello,
I have noticed that the main folder name is `Tecdiary - Simple Business Manager` in screenshot, please rename to something short like `sbm`, 'bm', `invoices` or `manager` etc as long names could cause issues too. I will help you check tomorrow morning, please don't forget to send me the server details.
Thank you - MSAnsweredHello,
Please check if `storage/app/settings.json` exists. If not please create with contents below
```
{
"demo": false,
"stock": "1",
"ac": {
"rows": "25",
"sideBarStyle": "1",
"dateformat": "DD\/MM\/YYYY",
"noRows": "10",
"idColumn": true,
"navPosition": "left",
"short_name": "SBM",
"select": false,
"country": {
"value": "BD",
"label": "Bangladesh"
}
},
"baseURL": "http:\/\/sbm.test",
"app": {
"name": "Business Manager"
},
"system": {
"card_gateway": null,
"default_account_id": "1"
}
}
```
If still same, please let me know the server details, I will try to check.
Thank you - FAnsweredHi Mian,
added the settings.json with the contents and now I can access sbm. Is there anything else to check before I start using it? - MSAnsweredHello,
I think, it will be fine now. If you have any issue, let me know.
Thank you - Login to Reply