how access to odoo from outside the local network? - odoo

I installed Odoo-8 on Windows 7 and I would like to know if it is possible to access remotely (outside the local network)
Thank you for your answers.

Related

Unable to access my self hosted Virtual server(Ubuntu 20.04) which is in my house but want to access from office

I have created ubuntu server in my vmware and able to host website with in network throuhgh any device but when i access same website form my office or any other internet it shows that website never been publicshed. my concern is how to get my serve live outside from house.
Example : hosted vmware server in my home but i want to access from my office

Connect multiple computer in one xampp database locally

i am using vb.net 2013 and the application is ready for deployment but our adviser asked us if we can connect our application in multiple computers by just using one database(xampp). how do i make this possible?
1nd This question is a bit stupid once you did an application which is connected to a database just simply copy this app into any other pc and start it but make sure the XAMPP is running on only 1 pc.
(and be sure the server where the XAMPP is running the firewall is not blocking the database conneciton)
2nd
You can connect to a database from wherever you want if you wrote your app like that
Just another think please read how to ask question on StackOverFlow and make some research about this topic

How can I create/host SQL databases locally?

Can anyone explain to me, in the simplest possible terms, whether it is possible to create/edit and host a SQL database locally on my PC?
I've so far managed to run PHP locally using XAMPP, but have been at a loss as to how I could implement SQL locally too.
For example, can I download phpmyadmin directly to my PC and use it to implement database features on my website without having to be connected to the internet?
It's possible. And you don't need to download any other software.
Fire up XAMPP and start the Apache and MySQL servers then go to your browser and enter http://localhost/phpmyadmin.
Once your MySQL server is up, you can easily access it from applications running locally with the necessary configuration (i.e host, username, password, port etc).

Running SharePoint 2010 on Windows 7 connected to a domain

I have successfully installed SharePoint 2010 on my Windows 7 machine. My computer is a work machine and is on a domain. I'm trying to set up the computer to work completely standalone without having to connect to the domain. So far I haven't been able to get that working. I can connect to my work domain via VPN and everything works. But I want to be able to use SharePoint without being connected. I've read about a command called New-SPConfigurationDatabase that might be able to help but I can't figure out how to use it.

Which web server I need to install and how? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I would like to install a web server on my Window 7. I found instructions for installation of Apache on Windows 7. But as far as I understood I need to have the administrator permission to do so. Am I right?
I also though that it is probably a good idea to install another web server (like a native one) on my Windows 7. I thought it should be easier to do + apache is not designed for Window 7. Driven by these ideas I found some information about Microsoft IIS server. But than it is written that I need to have the Professional edition or the Ultimate edition of Windows 7. Does anybody know how can I check my edition? I do not know which edition I have.
You can Start -> Right Click Computer and then select Properties. In the Window you will see the version of the windows.
Apache will work for Windows 7. I use easyphp in my Windows 7 Ultimate Machine. yes you need Admin access to install software.
Also Check out
Installing IIS 7.5 on Windows 7 Home Premium, Home Basic, or Home Starter
Some Editions come installed with iis (I think). To check just Do the following
Run -> inetmgr
or. Control Panel -? Administrative Tools -> Internet Information Services.