Pages:
Author

Topic: New Installation script for yiimp - page 2. (Read 6829 times)

newbie
Activity: 40
Merit: 0
October 11, 2017, 12:03:08 PM
#11
this is great. thanks!  the only issue i have is that the random mariadb / mysql root password generated and placed in my.cnf does not work! i can use the panel one of course, but now can't grant priv's.  resetting root password does not seem to work either.  grrr. oh well.
member
Activity: 129
Merit: 11
October 05, 2017, 05:50:44 AM
#10
This is godlike!

I had to run the script 2 times to get everything running on the test servers, but thats not that kind of a deal.

Thank you very much!
newbie
Activity: 6
Merit: 0
September 29, 2017, 09:45:37 AM
#9
You sir, are a legend. Thanks for putting this together!
member
Activity: 98
Merit: 10
September 25, 2017, 03:50:28 PM
#8
You script refers https://github.com/crombiecrunch/yiimp-reloaded repository which doesn't exists.


whoops that wasnt supposed to be leaked out..... its fixed now
newbie
Activity: 23
Merit: 0
September 25, 2017, 12:58:46 PM
#7
You script refers https://github.com/crombiecrunch/yiimp-reloaded repository which doesn't exists.
member
Activity: 98
Merit: 10
September 16, 2017, 07:38:15 AM
#6
It looks like your script saves starters from handling admin level tasks. Installing server components, db and config options take some time and if your script can successfully handle this, then it should be good to go. I haven't tested it myself but, it will give it a try later.

Thanks for the input! I've updated the first post with more information on what the script does.
sr. member
Activity: 476
Merit: 250
September 16, 2017, 12:13:57 AM
#5
It looks like your script saves starters from handling admin level tasks. Installing server components, db and config options take some time and if your script can successfully handle this, then it should be good to go. I haven't tested it myself but, it will give it a try later.
member
Activity: 98
Merit: 10
September 15, 2017, 11:29:15 PM
#4
Which is your install script? Don't see it doing
Code:
diff -r --exclude=.git tpruvot_yiimp/ crombiecrunch_yiimp/

Sorry I updated the link in the first post. I changed the name on the github.
newbie
Activity: 4
Merit: 0
September 12, 2017, 06:41:46 AM
#3
Which is your install script? Don't see it doing
Code:
diff -r --exclude=.git tpruvot_yiimp/ crombiecrunch_yiimp/
member
Activity: 98
Merit: 10
September 08, 2017, 06:14:59 PM
#2
Have had several users use this and ironed out some little bugs.
member
Activity: 98
Merit: 10
August 26, 2017, 02:27:09 AM
#1
Hey everyone! First off, mods if wrong place please move.

I've wrote a nice little installation script for yiimp. This is for a fresh server running Ubuntu 16.04 and setup with a user account and not root.

While I did add some server security to the script, it is every server owners responsibility to fully secure their own servers. After the installation you will still need to customize your serverconfig.php file to your liking, add your API keys, and build/add your coins to the control panel.

There will be several wallets already in yiimp. These have nothing to do with the installation script and are from the database import from the yiimp github.

If you need further assistance we have a small but growing discord channel at https://discord.gg/uQ5wdTC

*****Do not run the script as root*****

This script has an interactive beginning and will ask for the following information:

Your time zone
Server Name
Support Email Address
Server Admin Email Address
If you would like fail2ban installed
If you would like to have SSL (LetsEncrypt) installed - Your domain must be pointed to your server prior to running the script or SSL will fail to install.
New custom location for yiimp admin login.

What the script does during installation:

. Update and Upgrade Ubuntu Packages
. Install Aptitude
. Install and configure Nginx
. Install MariaDB with random root password
. Install php7
. Install various dev packages required for building blocknotify and stratum
. Generates Random password for blocknotify prior to building and builds.
. Install SendMail
. Install Fail2Ban if selected
. Install and configur phpmyadmin with random password for phpmyadmin user
. Clone yiimp build packages, create directory structure, set file permissions, and more
. Update server clock
. Install LetsEncrypt if selected
. Create yiimp database, create 2 users with random passwords - passwords saved in ~/.my.cnf
. Import the sql dumps from yiimp
. Create base yiimp serverconfig.php file to get you going
. Updates all directory permissions


All passwords are generated randomly during the installation and saved to ~/.my.cnf, blocknotify password can be found in any of the config files in /var/stratum/config.
 

you can find it over at https://github.com/crombiecrunch/yiimp_install_scrypt and if you are looking for a quick and easy way to build wallets, check out https://github.com/crombiecrunch/cryptoautobuild which you just need to enter the coin name and link to the github and it builds the coin for you!

Pages:
Jump to: