iMokhles / IMRepo_ARCHIVE

best cydia repo manager ever
15 stars 7 forks source link

Im the guy asking for the "how to install" #3

Open nickyd365 opened 6 years ago

nickyd365 commented 6 years ago

This is cool. Would love to try it out if I knew how to install it.

iMokhles commented 6 years ago
  1. you have to get composer on your device first ( to install required dependencies ) Get Composer
  2. clone this repo git clone https://github.com/iMokhles/IMRepo.git
  3. cd IMRepo
  4. composer install
  5. in your shared hosting ( create new subdomain ) for example cydia.sitename.com
  6. upload the [ contents ] of /IMRepo/Public inside the cydia folder in your shared hosting
  7. and upload IMRepo folder inside IMRepo folder and it should be outside ( public_html ) in your shared hosting
  8. back to cydia folder in your shared hosting and edit index.php and change the following
    require __DIR__.'/../bootstrap/autoload.php';
    $app = require_once __DIR__.'/../bootstrap/app.php';

To

// PATH_TO is the full path where IMRepo available outside public_html
require 'PATH_TO/IMRepo/bootstrap/autoload.php';
$app = 'PATH_TO /IMRepo/bootstrap/app.php';
  1. now go to cydia.sitename.com/install

if you faced any issue with that tell me

nickyd365 commented 6 years ago

What is step 4?

iMokhles commented 6 years ago

command through terminal using composer inside IMRepo folder

nickyd365 commented 6 years ago

keep getting command not found

nickyd365 commented 6 years ago

All steps were followed correctly. Got to the "cydia.site.com/install" I get an error

nickyd365 commented 6 years ago

Where is the install dir located at step 9?

RKO1195 commented 6 years ago

Is this repo manager being worked on still ? Would be nice if it installed nice and easy.

RKO1195 commented 6 years ago

So is composer all we need to have to try this ?

iMokhles commented 6 years ago

i have done already the installing part so you can install it easily later but for now, i need to implement some other stuffs like payments etc before releasing the final version

RKO1195 commented 6 years ago

Ok thanks

istorepro commented 6 years ago

Loading composer repositories with package information Installing dependencies (including require-dev) from lock file

istorepro commented 6 years ago

other error today

Illuminate\Foundation\ComposerScripts::postInstall php artisan optimize

[Symfony\Component\Debug\Exception\FatalErrorException] Illuminate\Support\ServiceProvider::loadRoutesFrom(): Failed opening requir ed '/home/imoham3d/public_html/vlc/IMRepo/vendor/rachidlaasri/laravel-insta ller/src/Providers/../routes/web.php' (include_path='.:/opt/alt/php70/usr/s hare/pear')

Script php artisan optimize handling the post-install-cmd event returned with an error

[RuntimeException] Error Output:

hamagardy commented 6 years ago

is installation working now?

istorepro commented 6 years ago

root@ubuntu-s-1vcpu-1gb-ams3-01:/var/www/html/dir/IMRepo# php artisan optimize PHP Warning: Uncaught ErrorException: require(/var/www/html/dir/IMRepo/vendor/rachidlaasri/laravel-installer/src/Providers/../routes/web.php): failed to open stream: No such file or directory in /var/www/html/dir/IMRepo/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php:71 Stack trace:

0 /var/www/html/dir/IMRepo/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(71): Illuminate\Foundation\Bootstrap\HandleExceptions->handleError(2, 'require(/var/ww...', '/var/www/html/d...', 71, Array)

1 /var/www/html/dir/IMRepo/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php(71): require()

2 /var/www/html/dir/IMRepo/vendor/rachidlaasri/laravel-installer/src/Providers/LaravelInstallerServiceProvider.php(27): Illuminate\Support\ServiceProvider->loadRoutesFrom('/var/www/html/d...')

3 /var/www/html/dir/IMRepo/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(574): RachidLaasri\LaravelInstaller\Providers\LaravelInstallerServiceProvider->register()

4 /var/www/html/dir/I in /var/www/html/dir/IMRepo/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php on line 71

PHP Fatal error: Illuminate\Support\ServiceProvider::loadRoutesFrom(): Failed opening required '/var/www/html/dir/IMRepo/vendor/rachidlaasri/laravel-installer/src/Providers/../routes/web.php' (include_path='.:/usr/share/php') in /var/www/html/dir/IMRepo/vendor/laravel/framework/src/Illuminate/Support/ServiceProvider.php on line 71

[Symfony\Component\Debug\Exception\FatalErrorException] Illuminate\Support\ServiceProvider::loadRoutesFrom(): Failed opening required '/var/www/html/dir /IMRepo/vendor/rachidlaasri/laravel-installer/src/Providers/../routes/web.php' (include_path='.: /usr/share/php')

root@ubuntu-s-1vcpu-1gb-ams3-01:/var/www/html/dir/IMRepo#