Intro : Peatio is a free and open-source crypto currency exchange implementation with the Rails framework and other cutting-edge technology.
We want to install Peatio in cPanel but we didn't found any tutorial or any article how can we install this on cPanel . I found their wiki and their is only linux/Mac and Ubuntu installation guides available. We opened issue and thought they maybe help us and they refer us to post on stack overflow. I hope someone help us. And i am also willing to pay , we have root access on our cPanel server.
Github Link is here
Requirements
Linux / Mac OSX Ruby 2.1.0 Rails 4.0+ Git 1.7.10+ Redis 2.0+ MySQL
RabbitMQ
Thank you.
Peatio is Ruby based exchange which can not installed on cPanel but any one can use this repository: https://github.com/saydulk/peatio
Requirements For Setup:
VPS: digitalocean.com
OS: Debian 9
RAM: Min 8GB Recommended 16
Domain: Any top level domain name
Related
I'm new to ProcessMaker 4, I want to install it on Windows. I found a help about the installation on the web site of pm, but I want to get more help. I need a video tutorial about the installation in Win environment or a step by step help. Thank you!
Depends on what you are trying to accomplish.
If you are looking to install open Source version to test things out then refer to
Twenkid answer here.
However, If you are going for the enterprise edition, Your Operating system does not matter. Simply make contact with PM team and they will set up a cloud instance for you.
PM4 offers a smooth experience.
The installation instructions for the latest version are in github:
https://github.com/ProcessMaker/processmaker
The instructions are on Linux and the requirements include VirtualBox, it seems it's recommended on Windows to install it on a Linux virtual machine, e.g.CentOS or Amazon Linux, see the answer here:
Requesting ProcessMaker 4 Installation Documenation
Yes I know there's not much support for deploying Rails apps in Windows but this is a requirement. I've searched online for hours looking for a solution to no avail! I don't need to use any particular server just anyway to get my app viewable on the company intranet.
I installed the WAMR (Windows, Apache, MySQL, Ruby) stack using the BitNami rubystack 1.9.3 installer. I can see my app using the WEBrick dev server just fine in localhost. I can even see the BitNami Welcome screen (index.html) when pointing to my Windows VM IP address from another computer on the intranet, but I can't figure out how to push the Rails app itself to production so that all other intranet computers can see it. Any solution would be appreciated! The server doesn't have to be Apache.
Thanks!
Quick and easy way to deploy a rails app on windows?
I would recommend virtualbox to run a linux virtual machine. Install vagrant and you'll be able to fully automate the download of the linux image and rails provisioning using tools like chef or puppet.
I want to set up a small dev server (linux) with RVM installed so that some developers can use it. The objective is to make sure everyone has Rails and Ruby installed and that they are ready to use. I was reading the RVM guide for MultiUser install and it says "Using this type of installation without knowledge how umask works is a big security risk."
I was just wondering what exactly is unsafe about this? Is it just that developers can switch versions of ruby and install/remove gems as they please?
Thanks!
It mostly depends on how much you trust developers - mostly if they are a team or random people.
A second thing is hosting application - that's extra security problem and it's best to use new user and mixed mode rvm per every application.
If developers are going to host applications then use mixed mode for developers also - they would share only ruby - but it's a lot safer.
Refer to the installation instructions on rvm site for more details.
I'm almost finished with the development of my first ruby on rails app. I am using windows for development. Now i want to deploy my app (most likely on iPage web hosting). the procedure described in Agile Web dev... appear to only work on MAC OS X (with passenger, etc) and didn't have much luck googling.
My questions are:
1- Is there a good and easy to follow tutorial/book/etc on how to set up local production server on windows (e.g. using apache and mysql (Possibly WAMP)) and porting it to a remote host?
2- can the book "Deploying Rails Applications: A Step-by-Step Guide" help me?
3- Would it worth the effort that i install VMware,Ubunto (or another Unix/Linux based OS) and do the production there?
Thank you!
I ran into a similar situation where we had to decide on Rails app deployment to a Windows server rather than to a Linux one. I did some research but never tried out anything since fortunately we decided to stick with a Linux server. I was not particularly happy with what I found but here it is in case it helps:
Deployment to Windows using Capistrano based gem
Articles on other deployment options to Windows
Is there anyone out there that is currently deploying rails applications on a solaris 10 box? If so can you give me a brief run down of what you had to do to get it up and going?
I am a web developer and I am working in a closed environment where they are using sun solaris servers, all of which are for internal use only behind firewall. I am by no means a solaris admin type and the solaris admin type here have no knowledge, nor the care to learn, of ruby/rails.
I have had no issue getting ruby on rails development environments up and running in OS/X, Linux(OpenSuse, Ubuntu, Fedora), and Windows.
Any help would be greatly appreciated.
It looks like Phusion's Passenger module for Apache 2 supports Solaris.
There's a tutorial written by Johannes Fahrenkrug from March 2009 which covers deploying Ruby on Rails to Solaris 10 with Passenger and Ruby Enterprise Edition.
There's also this article which discusses deploying to Open Solaris. Whilst Open Solaris and Solaris are not the same beast, it might have some pointers you need.