odoo 9 - how to upload website? - windows-7

I'm beginner in odoo 9 community edition. I'm finished creating apps(Employee Directory and CRM) and website. but i don't know how to deliver it to the client, or how to publish(upload) the wbsite created by odoo Website Builder.
what should I do. I'm using windows 7.(please explain to me in detail because I'm a beginner).
Thanksss a lot

First. Its a web aplication, You need a server for this.
If you want use your computer, you must install an aplication for convert into a server, or just rent a server on web, install the aplication, configure the odoo instance redirect the domain to your server.

Related

How to move Locally developed Prestashop to hosting server

I have installed Prestashop 1.7 with MariaDB, in local system it is working fine. I have developed 4 different pages. I want to move this pages to hosting server? Do i need to install the same Prestashop version in the hosting server or just copy and paste will work?. I developed in Ubuntu 16.04 system. Do i need do some changes in db developed in local system while moving to hosting server?
You should simply follow this process:
Transfer your files through FTP to your hosting server
Transfer your database through phpMyAdmin to your hosting server (make use to use utf8_general_ci as a charset)
Upon transfer completion, edit /config/settings.inc.php to set the right MySQL password (the one provided by your hosting provider)
In your PrestaShop admin-panel, configure your main shop URL as well as if you want to use SSL (recommended) or not
VoilĂ !
After all setting Also You need to Change in ps_configuration table of DB.
In the name column, find the PS_SHOP_DOMAIN and PS_SHOP_DOMAIN_SSL row In the value column and write new domain name that you want PrestaShop to use.

Database Management Odoo 10 Enterprise

I have just installed Odoo V10 Enterprise on an AWS server, everything was fine but I cannot access to the database manager screen. After
server_name/web/database/manager
I get 404:Page not found.
Any help?
Thanks
I use Odoo E10 self-hosted. The link I used to access database manager is the same as yours - but with the port included.
Obviously you may use a different port, http or https - depending on your setup, but here is the default.
http://server_name:8069/web/database/manager

How to deploy an Ionic app with CouchDB and PouchDB using Heroku?

I just followed along with this tutorial to create a Todo list app with user authentication: https://www.joshmorony.com/part-2-creating-a-multiple-user-app-with-ionic-2-pouchdb-couchdb/
The app is built with the Ionic 2 Framework using CouchDB and PouchDB to create a separate database for each user. However, I am totally confused as to how to move this setup from my local machine to a Heroku server.
Can anyone provide a step by step process to accomplish this?
Heroku no longer supports couchdb addon seems it was closed sometime back. For couchdb-pouchdb hosting you can use IBM's cloudant, irish couch or digital ocean.
For my case i setup an ubuntu16.04 droplet on digital ocean, installed and configured couchdb on it. You can check out this list of couchdb hosting sites. Hope this helps

How to bring a server online and link it to parse.com?

I have a server of my own running locally on my wifi, on 0.0.0.0:5000.
I have built an app with the parse.com backend, and I want to link this server to Cloud Code, so I can call functions on it.
I am completely lost and don't know where to start to bring my server online with only Parse being able to access it and use its API.
Or am I better off renting a VPS and connecting to that?

Connecting a Windows Application to online database[Vb.Net]

Question 1 :
Hi, I'm new to "VB.Net" and programming. Me and my friend is developing a Windows Application in VB.NET and we wanted to connect to a online MySql database. We already did it in the same pc[localhost]. But we wanted to know wether is it possible to connect a online MySql database to Vb.net Windows Application (not a web application)?
Question 2:
What is the name used to call Windows Applications that are connected to a online server?
Some examples I know are Steam application and Facebook Messenger.
[Where you can download the application, install and log in to the server.]

Resources