monicahq / monica

Personal CRM. Remember everything about your friends, family and business relationships.
https://beta.monicahq.com
GNU Affero General Public License v3.0
21.57k stars 2.16k forks source link

[dev] cannot access localhost #1739

Closed RayBB closed 6 years ago

RayBB commented 6 years ago

Describe the bug I have everything setup in vagrant and after running make install it says that I should be able to access via localhost. However, I just got a this site cannot be reached

However, if I go to http://localhost:8025/ then the mailhog loads just fine.

Even if I run wget http://localhost from inside the vm I still get:

--2018-08-23 14:30:56--  http://localhost/
Resolving localhost (localhost)... ::1, 127.0.0.1
Connecting to localhost (localhost)|::1|:80... failed: Connection refused.
Connecting to localhost (localhost)|127.0.0.1|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2018-08-23 14:30:56 ERROR 404: Not Found.

Any ideas how to fix this?

asbiin commented 6 years ago

Hi! Which instructions did you follow to set up the environment?

RayBB commented 6 years ago

@asbiin I was following the instructions with vagrant. Here's everything I did:

Install homestead

vagrant up vagrant ssh

Here's the console messages from that process:

Log ``` admin@dell-lat ~/Homestead $ vagrant up Bringing machine 'homestead-7' up with 'virtualbox' provider... ==> homestead-7: Box 'laravel/homestead' could not be found. Attempting to find and install... homestead-7: Box Provider: virtualbox homestead-7: Box Version: >= 6.0.0 ==> homestead-7: Loading metadata for box 'laravel/homestead' homestead-7: URL: https://vagrantcloud.com/laravel/homestead ==> homestead-7: Adding box 'laravel/homestead' (v6.3.0) for provider: virtualbox homestead-7: Downloading: https://vagrantcloud.com/laravel/boxes/homestead/versions/6.3.0/providers/virtualbox.box ==> homestead-7: Successfully added box 'laravel/homestead' (v6.3.0) for 'virtualbox'! ==> homestead-7: Importing base box 'laravel/homestead'... ==> homestead-7: Matching MAC address for NAT networking... ==> homestead-7: Checking if box 'laravel/homestead' is up to date... ==> homestead-7: Setting the name of the VM: homestead-7 ==> homestead-7: Clearing any previously set network interfaces... ==> homestead-7: Preparing network interfaces based on configuration... homestead-7: Adapter 1: nat homestead-7: Adapter 2: hostonly ==> homestead-7: Forwarding ports... homestead-7: 80 (guest) => 8000 (host) (adapter 1) homestead-7: 443 (guest) => 44300 (host) (adapter 1) homestead-7: 3306 (guest) => 33060 (host) (adapter 1) homestead-7: 4040 (guest) => 4040 (host) (adapter 1) homestead-7: 5432 (guest) => 54320 (host) (adapter 1) homestead-7: 8025 (guest) => 8025 (host) (adapter 1) homestead-7: 27017 (guest) => 27017 (host) (adapter 1) homestead-7: 22 (guest) => 2222 (host) (adapter 1) ==> homestead-7: Running 'pre-boot' VM customizations... ==> homestead-7: Booting VM... ==> homestead-7: Waiting for machine to boot. This may take a few minutes... homestead-7: SSH address: 127.0.0.1:2222 homestead-7: SSH username: vagrant homestead-7: SSH auth method: private key homestead-7: homestead-7: Vagrant insecure key detected. Vagrant will automatically replace homestead-7: this with a newly generated keypair for better security. homestead-7: homestead-7: Inserting generated public key within guest... homestead-7: Removing insecure key from the guest if it's present... homestead-7: Key inserted! Disconnecting and reconnecting using new SSH key... ==> homestead-7: Machine booted and ready! ==> homestead-7: Checking for guest additions in VM... ==> homestead-7: Setting hostname... ==> homestead-7: Configuring and enabling network interfaces... ==> homestead-7: Mounting shared folders... homestead-7: /vagrant => /home/admin/Homestead ==> homestead-7: Running provisioner: file... ==> homestead-7: Running provisioner: shell... homestead-7: Running: inline script ==> homestead-7: Running provisioner: shell... homestead-7: Running: inline script homestead-7: homestead-7: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC5GJ2afzNg5tEhr63yYWjMrra9bh83esrlQJUxt/lbVYxTvXuRTTwUplyc9gZa6MHB6il0JdnrJW0OaD4mJTsJuh7rkxGa6PmRGdiobPLub6/zQOKFgAXNWTrWA6adFMVzYqBLc7a4Jp9oQjaHk3SFm+A3D1N7PLh8CzgCopsIXnhKtxvo0rghE2haQkidSoapvXeeOg2mPt+qXS1yuGdm1Y3Pmq3fOJvStT819i7HdulKsjfKnmOYgqauxfpBFlUp7udvoAj3ZE6HAKfgeCXLQhbhjCsqJaobvY4a2P+BJSOcaTnsRhOCrou2a/mgcQQnbZ6XnjFKdYNXw5CdapY7 admin@dell-lat ==> homestead-7: Running provisioner: shell... homestead-7: Running: inline script ==> homestead-7: Running provisioner: shell... homestead-7: Running: inline script homestead-7: Unable to mount one of your folders. Please check your folders in Homestead.yaml ==> homestead-7: Running provisioner: shell... homestead-7: Running: /tmp/vagrant-shell20180825-13994-imxiah.sh ==> homestead-7: Running provisioner: shell... homestead-7: Running: script: Creating Certificate: homestead.test ==> homestead-7: Running provisioner: shell... homestead-7: Running: script: Creating Site: homestead.test ==> homestead-7: Running provisioner: shell... homestead-7: Running: inline script ==> homestead-7: Running provisioner: shell... homestead-7: Running: script: Checking for old Schedule ==> homestead-7: Running provisioner: shell... homestead-7: Running: script: Clear Variables ==> homestead-7: Running provisioner: shell... homestead-7: Running: script: Restarting Cron ==> homestead-7: Running provisioner: shell... homestead-7: Running: script: Restarting Nginx ==> homestead-7: Running provisioner: shell... homestead-7: Running: script: Creating MySQL Database: homestead ==> homestead-7: Running provisioner: shell... homestead-7: Running: script: Creating Postgres Database: homestead ==> homestead-7: Running provisioner: shell... homestead-7: Running: script: Update Composer homestead-7: You are running composer as "root", while "/home/vagrant/.composer" is owned by "vagrant" homestead-7: You are already using composer version 1.7.2 (stable channel). ==> homestead-7: Running provisioner: shell... homestead-7: Running: /tmp/vagrant-shell20180825-13994-rjnp7r.sh ==> homestead-7: Running provisioner: shell... homestead-7: Running: /tmp/vagrant-shell20180825-13994-13d25zs.sh admin@dell-lat ~/Homestead $ vagrant ssh Welcome to Ubuntu 18.04.1 LTS (GNU/Linux 4.15.0-32-generic x86_64) * Documentation: https://help.ubuntu.com * Management: https://landscape.canonical.com * Support: https://ubuntu.com/advantage System information as of Sat Aug 25 20:53:05 UTC 2018 System load: 0.93 Processes: 128 Usage of /: 9.5% of 61.80GB Users logged in: 0 Memory usage: 20% IP address for eth0: 10.0.2.15 Swap usage: 0% IP address for eth1: 192.168.10.10 0 packages can be updated. 0 updates are security updates. vagrant@homestead:~$ mysql -e "CREATE DATABASE monica"; vagrant@homestead:~$ git clone git@github.com:monicahq/monica.git Cloning into 'monica'... The authenticity of host 'github.com (192.30.253.112)' can't be established. RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added 'github.com,192.30.253.112' (RSA) to the list of known hosts. remote: Counting objects: 18067, done. remote: Compressing objects: 100% (115/115), done. remote: Total 18067 (delta 32), reused 5 (delta 5), pack-reused 17947 Receiving objects: 100% (18067/18067), 49.20 MiB | 2.75 MiB/s, done. Resolving deltas: 100% (12260/12260), done. vagrant@homestead:~$ cd monica/ vagrant@homestead:~/monica$ make install cp .env.example .env composer install --no-interaction --no-suggest --ignore-platform-reqs Loading composer repositories with package information Installing dependencies (including require-dev) from lock file Package operations: 156 installs, 0 updates, 0 removals - Installing muglug/package-versions-56 (1.2.4): Downloading (100%) - Installing bacon/bacon-qr-code (1.0.3): Downloading (100%) - Installing vlucas/phpdotenv (v2.5.1): Downloading (100%) - Installing symfony/css-selector (v4.1.1): Downloading (100%) - Installing tijsverkoyen/css-to-inline-styles (2.2.1): Downloading (100%) - Installing symfony/polyfill-php72 (v1.9.0): Downloading (100%) - Installing symfony/polyfill-mbstring (v1.9.0): Loading from cache - Installing symfony/var-dumper (v4.1.3): Downloading (100%) - Installing symfony/routing (v4.1.3): Downloading (100%) - Installing symfony/process (v4.1.3): Loading from cache - Installing symfony/polyfill-ctype (v1.9.0): Loading from cache - Installing symfony/http-foundation (v4.1.3): Downloading (100%) - Installing symfony/event-dispatcher (v4.1.3): Downloading (100%) - Installing psr/log (1.0.2): Downloading (100%) - Installing symfony/debug (v4.1.3): Downloading (100%) - Installing symfony/http-kernel (v4.1.3): Downloading (100%) - Installing symfony/finder (v4.1.3): Loading from cache - Installing symfony/console (v4.1.3): Loading from cache - Installing doctrine/lexer (v1.0.1): Downloading (100%) - Installing egulias/email-validator (2.1.5): Downloading (100%) - Installing swiftmailer/swiftmailer (v6.1.2): Downloading (100%) - Installing paragonie/random_compat (v2.0.17): Downloading (100%) - Installing ramsey/uuid (3.8.0): Downloading (100%) - Installing psr/simple-cache (1.0.1): Loading from cache - Installing psr/container (1.0.0): Loading from cache - Installing symfony/translation (v4.1.3): Loading from cache - Installing nesbot/carbon (1.25.0): Downloading (100%) - Installing monolog/monolog (1.23.0): Downloading (100%) - Installing league/flysystem (1.0.46): Downloading (100%) - Installing erusev/parsedown (1.7.1): Downloading (100%) - Installing dragonmantank/cron-expression (v2.2.0): Downloading (100%) - Installing doctrine/inflector (v1.3.0): Loading from cache - Installing laravel/framework (v5.6.34): Downloading (100%) - Installing bestmomo/laravel-email-confirmation (V1.1.4): Downloading (100%) - Installing colinodell/json5 (v1.0.4): Downloading (100%) - Installing creativeorange/gravatar (v1.0.11): Downloading (100%) - Installing doctrine/event-manager (v1.0.0): Downloading (100%) - Installing doctrine/cache (v1.7.1): Downloading (100%) - Installing doctrine/dbal (v2.8.0): Downloading (100%) - Installing fideloper/proxy (4.0.0): Downloading (100%) - Installing guzzlehttp/promises (v1.3.1): Loading from cache - Installing psr/http-message (1.0.1): Loading from cache - Installing guzzlehttp/psr7 (1.4.2): Loading from cache - Installing intervention/image (2.4.2): Downloading (100%) - Installing ircop/antiflood (v0.1.4): Downloading (100%) - Installing jakub-onderka/php-console-color (0.1): Downloading (100%) - Installing jenssegers/date (v3.4.0): Downloading (100%) - Installing behat/transliterator (v1.2.0): Downloading (100%) - Installing jeroendesloovere/vcard (1.7.1): Downloading (100%) - Installing ixudra/curl (6.16.0): Downloading (100%) - Installing karakus/laravel-cloudflare (1.0.0): Downloading (100%) - Installing yubico/u2flib-server (1.0.1): Downloading (100%) - Installing lahaxearnaud/laravel-u2f (v1.3.0): Downloading (100%) - Installing stripe/stripe-php (v5.9.2): Downloading (100%) - Installing sabberworm/php-css-parser (8.1.0): Downloading (100%) - Installing phenx/php-svg-lib (v0.3.2): Downloading (100%) - Installing phenx/php-font-lib (0.5.1): Downloading (100%) - Installing dompdf/dompdf (v0.8.2): Downloading (100%) - Installing laravel/cashier (v7.1.2): Downloading (100%) - Installing zendframework/zend-diactoros (1.8.5): Downloading (100%) - Installing symfony/psr-http-message-bridge (v1.0.2): Downloading (100%) - Installing phpseclib/phpseclib (2.0.11): Downloading (100%) - Installing league/event (2.1.2): Downloading (100%) - Installing lcobucci/jwt (3.2.4): Downloading (100%) - Installing defuse/php-encryption (v2.2.1): Downloading (100%) - Installing league/oauth2-server (7.2.0): Downloading (100%) - Installing guzzlehttp/guzzle (6.3.3): Loading from cache - Installing firebase/php-jwt (v5.0.0): Downloading (100%) - Installing laravel/passport (v7.0.1): Downloading (100%) - Installing league/oauth1-client (1.7.0): Downloading (100%) - Installing laravel/socialite (v3.1.1): Downloading (100%) - Installing nikic/php-parser (v4.0.3): Downloading (100%) - Installing jakub-onderka/php-console-highlighter (v0.3.2): Downloading (100%) - Installing dnoegel/php-xdg-base-dir (0.1): Downloading (100%) - Installing psy/psysh (v0.9.7): Downloading (100%) - Installing laravel/tinker (v1.0.7): Downloading (100%) - Installing mtdowling/jmespath.php (2.4.0): Downloading (100%) - Installing aws/aws-sdk-php (3.63.4): Downloading (100%) - Installing league/flysystem-aws-s3-v3 (1.0.19): Downloading (100%) - Installing tedivm/jshrink (v1.0.1): Downloading (100%) - Installing mariuzzo/laravel-js-localization (v1.4.7): Downloading (100%) - Installing matriphe/iso-639 (1.2): Downloading (100%) - Installing moneyphp/money (v3.1.3): Downloading (100%) - Installing nette/utils (v2.5.2): Downloading (100%) - Installing nette/finder (v2.4.2): Downloading (100%) - Installing nette/caching (v2.5.8): Downloading (100%) - Installing paragonie/constant_time_encoding (v2.2.2): Downloading (100%) - Installing pragmarx/ia-str (v5.6.33): Downloading (100%) - Installing pragmarx/ia-collection (v5.6.33): Downloading (100%) - Installing pragmarx/ia-arr (v5.6.33): Downloading (100%) - Installing pragmarx/coollection (v0.6.0): Downloading (100%) - Installing pragmarx/countries (v0.5.8): Downloading (100%) - Installing pragmarx/countries-laravel (v0.6.1): Downloading (100%) - Installing symfony/polyfill-util (v1.8.0): Downloading (100%) - Installing symfony/polyfill-php56 (v1.8.0): Downloading (100%) - Installing pragmarx/google2fa (v3.0.2): Downloading (100%) - Installing pragmarx/google2fa-laravel (v0.2.0): Downloading (100%) - Installing pragmarx/random (v0.2.2): Downloading (100%) - Installing pragmarx/recovery (v0.1.0): Downloading (100%) - Installing predis/predis (v1.1.1): Downloading (100%) - Installing sabre/uri (2.1.1): Downloading (100%) - Installing sabre/xml (2.1.0): Downloading (100%) - Installing sabre/vobject (4.1.6): Downloading (100%) - Installing sentry/sentry (1.9.1): Downloading (100%) - Installing sentry/sentry-laravel (0.9.2): Downloading (100%) - Installing hashids/hashids (3.0.0): Downloading (100%) - Installing graham-campbell/manager (v4.0.0): Downloading (100%) - Installing vinkla/hashids (5.0.0): Downloading (100%) - Installing vluzrmos/language-detector (v1.0.19): Downloading (100%) - Installing maximebf/debugbar (v1.15.0): Downloading (100%) - Installing barryvdh/laravel-debugbar (v3.1.5): Downloading (100%) - Installing enm1989/chromedriver (2.41): Downloading (100%) - Installing filp/whoops (2.2.0): Downloading (100%) - Installing fzaninotto/faker (v1.8.0): Downloading (100%) - Installing khanamiryan/qrcode-detector-decoder (1.0.2): Downloading (100%) - Installing facebook/webdriver (1.6.0): Downloading (100%) - Installing laravel/dusk (v4.0.0): Downloading (100%) - Installing webmozart/assert (1.3.0): Downloading (100%) - Installing sebastian/version (2.0.1): Downloading (100%) - Installing sebastian/resource-operations (1.0.0): Downloading (100%) - Installing sebastian/recursion-context (3.0.0): Downloading (100%) - Installing sebastian/object-reflector (1.1.1): Downloading (100%) - Installing sebastian/object-enumerator (3.0.3): Downloading (100%) - Installing sebastian/global-state (2.0.0): Downloading (100%) - Installing sebastian/exporter (3.1.0): Downloading (100%) - Installing sebastian/environment (3.1.0): Downloading (100%) - Installing sebastian/diff (3.0.1): Downloading (100%) - Installing sebastian/comparator (3.0.2): Downloading (100%) - Installing phpunit/php-timer (2.0.0): Downloading (100%) - Installing phpunit/php-text-template (1.2.1): Downloading (100%) - Installing phpunit/php-file-iterator (2.0.1): Downloading (100%) - Installing theseer/tokenizer (1.1.0): Downloading (100%) - Installing sebastian/code-unit-reverse-lookup (1.0.1): Downloading (100%) - Installing phpunit/php-token-stream (3.0.0): Downloading (100%) - Installing phpunit/php-code-coverage (6.0.7): Downloading (100%) - Installing phpdocumentor/reflection-common (1.0.1): Downloading (100%) - Installing phpdocumentor/type-resolver (0.4.0): Downloading (100%) - Installing phpdocumentor/reflection-docblock (4.3.0): Downloading (100%) - Installing doctrine/instantiator (1.1.0): Downloading (100%) - Installing phpspec/prophecy (1.8.0): Downloading (100%) - Installing phar-io/version (2.0.1): Downloading (100%) - Installing phar-io/manifest (1.0.3): Downloading (100%) - Installing myclabs/deep-copy (1.8.1): Downloading (100%) - Installing phpunit/phpunit (7.3.2): Downloading (100%) - Installing matthiasnoback/live-code-coverage (v1.0.1): Downloading (100%) - Installing hamcrest/hamcrest-php (v2.0.0): Downloading (100%) - Installing mockery/mockery (1.1.0): Downloading (100%) - Installing theseer/fdomdocument (1.6.6): Downloading (100%) - Installing sebastian/finder-facade (1.2.2): Downloading (100%) - Installing phpunit/phpcov (5.0.0): Downloading (100%) - Installing symfony/dom-crawler (v4.1.3): Downloading (100%) - Installing php-cs-fixer/diff (v1.3.0): Downloading (100%) - Installing openlss/lib-array2xml (0.5.1): Downloading (100%) - Installing composer/xdebug-handler (1.1.0): Downloading (100%) - Installing vimeo/psalm (2.0.10): Downloading (100%) Generating optimized autoload files > Illuminate\Foundation\ComposerScripts::postAutoloadDump > @php artisan package:discover Discovered Package: barryvdh/laravel-debugbar Discovered Package: bestmomo/laravel-email-confirmation Discovered Package: creativeorange/gravatar Discovered Package: fideloper/proxy Discovered Package: intervention/image Discovered Package: ixudra/curl Discovered Package: jenssegers/date Discovered Package: karakus/laravel-cloudflare Discovered Package: laravel/cashier Discovered Package: laravel/dusk Discovered Package: laravel/passport Discovered Package: laravel/socialite Discovered Package: laravel/tinker Discovered Package: mariuzzo/laravel-js-localization Discovered Package: pragmarx/countries-laravel Discovered Package: pragmarx/google2fa-laravel Discovered Package: sentry/sentry-laravel Discovered Package: vinkla/hashids Package manifest generated successfully. muglug/package-versions-56: Generating version class... muglug/package-versions-56: ...done generating version class > Illuminate\Foundation\ComposerScripts::postInstall php artisan lang:generate Created: public/js/langs/de.json Created: public/js/langs/it.json Created: public/js/langs/pt.json Created: public/js/langs/cs.json Created: public/js/langs/zh.json Created: public/js/langs/en.json Created: public/js/langs/fr.json Created: public/js/langs/tr.json Created: public/js/langs/he.json Created: public/js/langs/vendor.json Created: public/js/langs/ru.json Created: public/js/langs/es.json Created: public/js/langs/nl.json yarn install yarn install v1.9.4 [1/4] Resolving packages... [2/4] Fetching packages... info fsevents@1.1.3: The platform "linux" is incompatible with this module. info "fsevents@1.1.3" is an optional dependency and failed compatibility check. Excluding it from installation. [3/4] Linking dependencies... [4/4] Building fresh packages... Done in 130.86s. yarn run dev yarn run v1.9.4 $ yarn run development $ cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js 95% emitting DONE Compiled successfully in 27847ms 20:58:29 Asset Size Chunks Chunk Names /js/vendor.js 828 kB 1 [emitted] [big] /js/vendor fonts/vendor/font-awesome/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713 166 kB [emitted] fonts/vendor/font-awesome/fontawesome-webfont.ttf?b06871f281fee6b241d60582ae9369b9 166 kB [emitted] fonts/vendor/font-awesome/fontawesome-webfont.woff?fee66e712a8a08eef5805a46892932ad 98 kB [emitted] fonts/vendor/font-awesome/fontawesome-webfont.woff2?af7ae505a9eed503f8b8e6982036873e 77.2 kB [emitted] /js/app.js 10.3 MB 0 [emitted] [big] /js/app fonts/vendor/font-awesome/fontawesome-webfont.svg?912ec66d7572ff821749319396470bde 444 kB [emitted] [big] /js/stripe.js 8.54 kB 2 [emitted] /js/stripe /js/manifest.js 3.84 kB 3 [emitted] /js/manifest /css/app-ltr.css 288 kB 0 [emitted] [big] /js/app /css/app-rtl.css 288 kB 0 [emitted] [big] /js/app /css/stripe.css 639 bytes 0, 0 [emitted] /js/app, /js/app /js/u2f-api.js 20.9 kB [emitted] Done in 33.59s. php artisan key:generate Application key [base64:D1QSDtjCbwx+hPmi7/gBi1x0GzpZhXpofJFgsbTMRJk=] set successfully. php artisan setup:test Are you sure you want to proceed? This will delete ALL data in your environment. (yes/no) [no]: > yes ✓ Performing migrations php artisan migrate:fresh ✓ Symlink the storage folder php artisan storage:link ✓ Filling database with fake data php artisan db:seed Generating 68 fake contacts 0/68 [>---------------------------] 0% In CurlFactory.php line 185: cURL error 6: Could not resolve host: randomuser.me (see http://curl.haxx.se/libcurl/c/libcurl-errors.html) Makefile:182: recipe for target 'install' failed make: *** [install] Error 1 vagrant@homestead:~/monica$ echo "my wifi crapped out here" my wifi crapped out here vagrant@homestead:~/monica$ echo "my wifi crapped out here" my wifi crapped out here vagrant@homestead:~/monica$ make install composer install --no-interaction --no-suggest --ignore-platform-reqs Loading composer repositories with package information Installing dependencies (including require-dev) from lock file Nothing to install or update Generating optimized autoload files > Illuminate\Foundation\ComposerScripts::postAutoloadDump > @php artisan package:discover Discovered Package: barryvdh/laravel-debugbar Discovered Package: bestmomo/laravel-email-confirmation Discovered Package: creativeorange/gravatar Discovered Package: fideloper/proxy Discovered Package: intervention/image Discovered Package: ixudra/curl Discovered Package: jenssegers/date Discovered Package: karakus/laravel-cloudflare Discovered Package: laravel/cashier Discovered Package: laravel/dusk Discovered Package: laravel/passport Discovered Package: laravel/socialite Discovered Package: laravel/tinker Discovered Package: mariuzzo/laravel-js-localization Discovered Package: pragmarx/countries-laravel Discovered Package: pragmarx/google2fa-laravel Discovered Package: sentry/sentry-laravel Discovered Package: vinkla/hashids Package manifest generated successfully. muglug/package-versions-56: Generating version class... muglug/package-versions-56: ...done generating version class > Illuminate\Foundation\ComposerScripts::postInstall php artisan lang:generate Created: public/js/langs/de.json Created: public/js/langs/it.json Created: public/js/langs/pt.json Created: public/js/langs/cs.json Created: public/js/langs/zh.json Created: public/js/langs/en.json Created: public/js/langs/fr.json Created: public/js/langs/tr.json Created: public/js/langs/he.json Created: public/js/langs/vendor.json Created: public/js/langs/ru.json Created: public/js/langs/es.json Created: public/js/langs/nl.json yarn install yarn install v1.9.4 [1/4] Resolving packages... success Already up-to-date. Done in 1.05s. yarn run dev yarn run v1.9.4 $ yarn run development $ cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js 95% emitting DONE Compiled successfully in 22977ms 21:08:05 Asset Size Chunks Chunk Names /js/vendor.js 828 kB 1 [emitted] [big] /js/vendor fonts/vendor/font-awesome/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713 166 kB [emitted] fonts/vendor/font-awesome/fontawesome-webfont.ttf?b06871f281fee6b241d60582ae9369b9 166 kB [emitted] fonts/vendor/font-awesome/fontawesome-webfont.woff?fee66e712a8a08eef5805a46892932ad 98 kB [emitted] fonts/vendor/font-awesome/fontawesome-webfont.woff2?af7ae505a9eed503f8b8e6982036873e 77.2 kB [emitted] /js/app.js 10.3 MB 0 [emitted] [big] /js/app fonts/vendor/font-awesome/fontawesome-webfont.svg?912ec66d7572ff821749319396470bde 444 kB [emitted] [big] /js/stripe.js 8.54 kB 2 [emitted] /js/stripe /js/manifest.js 3.84 kB 3 [emitted] /js/manifest /css/app-ltr.css 288 kB 0 [emitted] [big] /js/app /css/app-rtl.css 288 kB 0 [emitted] [big] /js/app /css/stripe.css 639 bytes 0, 0 [emitted] /js/app, /js/app /js/u2f-api.js 20.9 kB [emitted] Done in 27.44s. php artisan key:generate Application key [base64:b9Qm3KL+GTmN2lXMlu6k1YnVoYk59Cj0dYH5BFfau/A=] set successfully. php artisan setup:test Are you sure you want to proceed? This will delete ALL data in your environment. (yes/no) [no]: > yes ✓ Performing migrations php artisan migrate:fresh ✓ Symlink the storage folder php artisan storage:link ✓ Filling database with fake data php artisan db:seed Generating 98 fake contacts 98/98 [============================] 100% ----------------------------- | | Welcome to Monica v2.6.0 | ----------------------------- | You can now sign in to your account: | username: admin@admin.com | password: admin | URL: http://localhost ----------------------------- Setup is done. Have fun. php artisan passport:install Encryption keys generated successfully. Personal access client created successfully. Client ID: 1 Client Secret: Qx0wppIkf6aj8VC0RsNULrcpm4lKDFNpSGalxAyt Password grant client created successfully. Client ID: 2 Client Secret: 9xWplhWpnzVD1zfvC0KSYs215UzDJc2QHgeI3Vw4 ```
asbiin commented 6 years ago

@RayBB OK, this vagrant envionment. It's not very helpfull, but as explain here, the url for the application hosted on Homestead should be accessible on http://localhost:8000

RayBB commented 6 years ago

@asbiin Thanks, that explanation makes sense. I'm not familiar with homestead so didn't know about the forwarding.

When I go to localhost:8000 I just see the message "No input file specified." It seems to be finding the server but just getting a 404 with that message.

asbiin commented 6 years ago

@RayBB You need to set Homestead environment: see (Configuring Nginx Sites)[https://laravel.com/docs/5.6/homestead] : you should have a Homestead.yml file to update.

See this example file Homestead.txt

github-actions[bot] commented 3 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.