TechnicPack / TechnicSolder

PHP web app that brings differential updates to the Technic Launcher and Technic Platform
https://docs.solder.io/
Other
169 stars 167 forks source link

How to use AWS #666

Closed eliasbnr closed 3 years ago

eliasbnr commented 5 years ago

Hey, can someone explain to me how i can use solder with Amazon AWS? Best regards Elias Bennour

spannerman79 commented 5 years ago

https://docs.solder.io/docs

Take note of the red warning symbol.

https://docs.solder.io/docs#before-you-begin

megastruktur commented 4 years ago
  1. Select t2.small instance with Ubuntu 18.04

  2. Install packages

    sudo add-apt-repository ppa:ondrej/php
    sudo apt install composer apache2 git php7.0 php7.0-cli php7.0-curl php7.0-mcrypt php7.0-mysql php7.0-apcu php7.0-fpm php7.0-sqlite libapache2-mod-php7.0
    sudo apt install php7.0-dom php7.0-mbstring
  3. Fix php.ini config add date.timezone=...

  4. Clone Solder repo

  5. Update apache2 confs and then restart service. Don't forget to enable mod rewrite

sudo a2enmod rewrite
sudo service apache2 restart
  1. Fix permissions sudo chown -R :www-data /var/www/solder
Pyker commented 3 years ago

Closing this since steps have been provided and it's inactive.