Maxo42 wrote
hpl123 wrote
Well, its not as easy as, do this, then that, voila, but here are some high level steps:
- Export BSV and data from development machine AwareIM.
- Install AwareIM and whatever else you need on your production server (i.e your hosting). Also make sure its accessible from the internet i.e a firewall isn't blocking access to it/AwareIM (test by accessing your Aware app via IP address).
- Import BSV and data to production server AwareIM and test locally (localhost test or test via IP address from the internet).
- Point domain to production server via DNS "A" records (domainname to IP address).
- Troubleshoot and fix the 100 things that most likely go wrong, needs tweaking, needs configuring, needs to be learned etc. etc..
- Go live with app.
Good luck 🙂
Hi hpl123,
I am able to fetch the BSV file for my application but I don't know how to fetch the database.
Can you tell me how please
What you should do depends on OS, DB and DB management tool etc. so can't give you concrete tips. First of all think through if the data you have on your development machine i.e data in your application is something you really need to transfer over or if you can just recreate it. Aware handles all data etc. related to your app when you import/publish your bsv so the data you possibly need to transfer are records in the app so things like users, customers etc. etc.. If you need to transfer, google DB guides/tools on the OS you have, you have to learn this anyways as running a webapp requires at least some basic DB skills (for things like backups, fixing small things here and there etc.). Another thing you can do to transfer data is export data to CSV files and importing that in the production server app, Aware has various functions for this, but again, learning a bit about DB management is recommended and is quite easy to learn so don't sweat it. Also take a look at the tips section in the forum, if my memory serves me correctly there are some tips there on doing DB backups etc..