So, just to be clear here. You want someone else to make Facebook available offline? By replacing everyone with AI bots? For free? Even if that were possible, if would defeat the entire point. If you are interested, MAKE IT YOURSELF . Whoops, I said Facebook instead of this MULTI-player game. Right click, save as, save to desktop as "Urban Dead.html" and feel free to open it whenever you want to feel like you're playing. But most importantly, stop spamming. Spamming this only makes other players dislike you. --Jaggeddragon (talk) 21:18, 11 May 2022 (UTC)
If it will make you stop spamming, I'm a programmer, but before I'll type ANY code, you NEED a PLAN. It seems like your plan so far is "Make it, oh yeah AI too". Okay, what SPECIFICALLY do you want the AI to do and how? The answer cannot be a comparison to human players, it must be a LIST. The problem you are running into, is that just about everyone knows you haven't put any thought into this other than organizing a spam campaign, so they don't want to put any work in either. --Jaggeddragon (talk) 23:37, 11 May 2022 (UTC)
I've been following this whole offline request from the beginning. Here's some advice. Keep doing what you're doing. Ignore anyone telling you to figure out any programming, since you've already stated you have no knowledge in programming. If somebody truly wants to help and they have the time and and are able to, they will. -Mike Ehrmantraut (talk) 21:41, 15 May 2022 (UTC)
I am curious to understand your usecase of installation. If you want to try out and learn bahmni, you can use our demo. If you want to try out hands on installation, it is better to use a digital ocean droplet. The wiki is here. The installation on the cloud uses minimal internet from your side and the software downloads happen on the droplet which has very good internet connectivity.
Thank you for your response.I have manage to install Bahmni on Digital Ocean.It works perfectly(except for a bug on the reports). My use case is to install bahmni for a Health Center at a remote area in Haiti with no internet access. My current internet connection cannot handle the base centos install.
See: DigitalOcean Can I use a snapshot to create a local VM? DigitalOceanIs it possible to download a snapshot of a droplet, and use that to set up my own VM locally with say, VIrtual Box It would greatly simplify some testing stuff for me, so that I can upload it back to DO only when I'm ready. Regards, Tanmai
It would be nice if Bahmni could be installed with an ISO or some sort of a repo was available from where one could download all RPMs necessary for Bahmni (and its underlying dependencies), maybe using something like this:
Setup machine where there is Internet but before starting Bahmnisetup, enableyum repo caching -US/Red_Hat_Enterprise_Linux/6/html/Deployment_Guide/sec-Working_with_Yum_Cache.html.After completion of installation, copy all the downloaded RPMs. In theoffline machine copy over these RPMs and setup local yum repo. Few caveats:
In the context of this thread though.The complexity here is rather basic than caused by Bahmni setup being RPMbased. We have all Bahmni RPMs available and if something missing could beeasily fixed. But RPM package based installation, which one will have to doirrespective of Bahmni; for java, mysql, apache etc. That leads to tree ofdependencies making which available leads in the direction of making a ISOimage or something similar.
Kudos to the Bahmni collaborators.I first learned about Bahmni from a blog post by James @arbaughj where he gave a detailed account on his visit at OpenMRS Worldwide Summit 2015. I have been a great admirer of the OpenMRS project for some time and I thought Bahmni was a wonderful addition in the EMR ecosystem.
Similarly, I was grateful for the various packaged solutions which enabled me to quickly setup Bahmni.However, my joy ride hit a bump when I tried to perform a manual installation and stir away from the scripted path and CentOS.
I fully understand the need to provide an easy to maintain solution that will not require a full time IT specialist which in most case would be cost prohibitive, but I would also argue that even this noble goal should not come at the expense of shackling what is otherwise a web base application. I applaud proposed efforts to decouple such requirements.
Hi,I would like to comment on this thread regarding some complexities involved in Bahmni installation.Bahmni is a distribution consisting of various applications likea) OpenMRS,b) Bahmniapps (angular js app running on apache)c) OpenELIS (Lab System),d) OpenERP,e) connectors which connect them to OpenMRS (like openerp-connect, bahmni-lab-connect using Atomfeed mechanism),f) PACS,g) event-log-service (currently in alpha and used for offline support and synchronization),h) Offline mobile app (with chrome extension) - this is WIP
Given Bahmni is still limited to CentOS (i.e. just one OS), if I were to fork the current bahmni-playbooks repository, add an optional, local-install option and then create a pull request would it be likely to be accepted?
Alternatively, given the dependencies are fairly strictly versioned (i.e. only specific versions of some dependencies are compatible, etc), could we do away with the remote check entirely and just install from the local RPM files, which could be downloaded as part of the initial Bahmni install (e.g. included in the bahmni-installer RPM)?
For the RPMs only, yes that would be just fine to download them, probably directly into the Yum local repo and then run the install. Nothing would even be needed to modify in the playbooks because if a package is present in the cache and Yum does not have a connection, it will probably use the local package (if it is of the right version of course)
For the RPMs only, yes that would be just fine to download them, probably directly into the Yum local repo and then run the install. Nothing would even be needed to modify in the playbooks because if a package is present in the cache and Yum does not have a connection, it will probably use the local package (if it is of the right version of course).
A docker container on a private registry may work in this instance, but I think it would be great to have a mainstream solution so that everyone can benefit from the performance/reliability improvements which would occur as a result of using locally sourced dependencies.
Btw, recently at a conference I met up with few of the RHEL Fedora and CentOS core team members. They advised me not to invest on anything custom or adhoc till the new modularity features are packaged in forth coming releases of all RHEL distributions, sometime in April/May. (Actually RHEL enterprise and Fedora latest already have them). For Bahmni we have to do major upgrade on platform - OS, Python, etc etc. Many things we assumed were standards probably will have to relooked at and redesigned for packaging and distribution.
Whether modularity features are going to solve all our provisioning problems, I am sure it will not. but it will ease things. My gut feel is that upgrading Platform is going to be an enormous task, isolation with docker may buy us sometime till we figure native approaches.
I am trying to create an offline version of OpenStreetMap that still runs in a browser. I have read the page on creating my own tile server ( _your_own_tiles#Displaying_your_Tiles), in particular the Creating tiles using Mapnik and generate_tiles.py section, and I was wondering if it would be possible to have the OpenLayers instance look to a local directory on my machine rather than a webserver. The requirement for my project is that everything runs on my machine without contacting external servers.
I have so far been unable to get my own tiles to display on the map. I followed the instructions for creating my own tiles using Mapnik and generate_tiles.py, and have created the following simple map:
All I have done is to replace the URL_TO_TILES with the actual directory in which the tiles reside. When I open the .html file containing this code, I get a blank map, though the Navigation and PanZoomBar tools are present. If it helps, for now I am just working with a set of tiles for the state of Massachusetts, with zoom levels 6 through 17.
Generally, ChatGPT (Generative Pre-Trained Transformer) requires an internet connection to work and generate answers. But sometimes, it might be useful to have a version of ChatGPT that works without the Internet. Let's explore everything about ChatGPT Offline, also known as GPT-X: what is it, why we need it, and how it helps.
ChatGPT is a potent tool that supports businesses and individuals in many ways. Besides fantastic benefits, this large language model still has several limitations, such as you have to use it online. When using ChatGPT online, there are some problems you might face:
Be aware of the drawbacks of using ChatGPT and take precautions while using it online. Remember that ChatGPT has limitations and potential risks. It does not always provide accurate information, so be mindful of that.
Also, be cautious when sharing personal information with ChatGPT. Use ChatGPT responsibly. Don't use it for harmful or inappropriate purposes. By being aware of these things, you will have a safer and more positive experience while using ChatGPT online.
Offline ChatGPT, or GPT-X, is an AI-based chat application that gives personalized conversations. The best part is you can use it without an internet connection. Offline ChatGPT enables you to talk to a smart chatbot that works on your computer, even when you're offline.
This tool uses a super advanced AI called GPT-3.5 to ensure you get the right answers and helpful suggestions. It's like having a clever friend who's always there to chat with you, no matter where you are.
795a8134c1