Install laravel 5 on ubuntu server

Install laravel 5 on ubuntu server

http://laravel.io/forum/06-10-2015-solved-install-laravel-5-on-ubuntu-server

https://www.digitalocean.com/community/questions/how-to-install-laravel-5-on-ubuntu-nginx-server

https://www.digitalocean.com/community/tutorials/how-to-install-laravel-with-an-nginx-web-server-on-ubuntu-14-04

Hello,
I‘m trying to learn how to use laravel, but I am encountering a problem with the installation.
I‘m trying to install laravel on ubuntu server, so I:

1) Installed basic LAMP-stack

2) installed openssl and mcrypt:

sudo apt-get install opensslsudo apt-get install php5-mcryptsudo php5enmod mcrypt

3) Installed composer:

curl -sS https://getcomposer.org/installer | phpsudo mv composer.phar /usr/local/bin/composer

4) Went to my html folder and created a new laravel project using composer:

cd /var/www/html
composer create-project laravel/laravel --prefer-dist

5) Added write permission    s to the storage folder:

sudo chmod 777 /var/www/html/laravel/storage

Now when I launch a browser and navigate to localhost/laravel/public a see a blanc page.

Also, Error reporting in php.ini is set to E_ALL.

I‘m really struggling for quite some time now..
Can someone help me with this? What am I missing?

Thanks!

时间: 2024-10-13 22:20:19

Install laravel 5 on ubuntu server的相关文章

ubuntu server 14.04和18.04挂载vmware共享文件夹

1.ubuntu server 14.04 先在虚拟机Ubuntu系统关机的情况下配置好共享文件夹,比如我配置的文件夹是linux_shared.然后开启Ubuntu并查看有哪些可用的共享目录: vmware-hgfsclient 提示linux_shared就是刚才设置好的共享文件夹名称了. mount -t vmhgfs .host:/linux_shared /mnt/hgfs 如果提示Error: cannot mount filesystem: No such device就先安装op

How to Install Laravel with an Nginx Web Server on Ubuntu 14.04(Composer,laravel,nginx)

http://ubtutorials.com/tutorial/441/how-install-laravel-nginx-web-server-ubuntu-1404 https://github.com/huanghua581/laravel-getting-started/wiki/Ubuntu-14.04-%E4%B8%8A%E4%BD%BF%E7%94%A8-Nginx-%E9%83%A8%E7%BD%B2-Laravel http://www.ahlinux.com/ubuntu/2

Install MariaDB on Ubuntu server

本文所描述的安装方法实用于一下软件环境 ,不能保证使用于其他版本,请参考自己实际情况调整安装方法及参数. 操作系统版本:Ubuntu Server 14.04 LTS 64bit 欲安装MariaDB版本:MariaDB 5.5.39 准备工作 确定安装版本以及安装文件 https://downloads.mariadb.org/ 用APT方式安装MariaDB 配置库并导入相应的key sudo apt-get install software-properties-common sudo a

How do install openjdk and tomcat in ubuntu server

OK, here is the solution I found after searching lots of things: http://www.oschina.net/question/12_21632 https://www.digitalocean.com/community/tutorials/how-to-install-apache-tomcat-on-ubuntu-12-04 My system is a ubuntu 10.04 LTS (Lucid), the openj

Install MySQL 5.7.5-m15 on Ubuntu Server 14.04 LTS

Install libaio MySQL depends on the libaio library. If you have not the libaio installed on your system, then install it first. apt-get install libaio1 If the command above prompts that you need insert the disc labled "Ubuntu Server 14.04 LTS ...&quo

xshell远程终端操作Ubuntu server安装LAMP环境之最详细笔记之二PHP开发环境配置

前言: 昨天学会了安装server,今天试着通过远程终端xshell来安装LAMP,搭配一下开发环境,也有集成环境可以一键安装使用,还是瞎折腾一下,手动一步一步搭建一下这个开发环境. 接上一篇:ubuntu server 14.04 LTS下搭建LAMP环境之最详细笔记之一U盘安装双系统本文原创博客地址:http://www.cnblogs.com/unofficial官网地址:www.pushself.com) 准备: 在windows系统上首先需要安装xhsell,具体下载地址可以搜一下,安

在Ubuntu Server下配置LAMP环境

1. 下载Ubuntu Server,地址https://www.ubuntu.com/download/server 2. 在虚拟机上安装Ubuntu Server.根据安装引导过程一步步安装,跟在自己电脑安装Windows操作系统类似.安装中会设置一个用户名和密码,安装成功后显示输入用户名的提示.大概是下图中的样子: 3. 一般情况下,我们会使用远程管理工具,我这里使用的是xShell.下载xShell并安装在自己电脑,直接百度xShell在百度软件中心下载就行.新建连接如下图: 填写Nam

Ubuntu Server搭建svn服务以及迁移方法【转】

转自:http://www.linuxidc.com/Linux/2013-05/84693.htm Ubuntu Server搭建svn服务以及迁移方法 采用apache+svn,http访问方式. 先确定安装了apache,没有安装则用以下命令: sudo apt-get install apache2 然后安装subversion及svn-apache连接库: sudo apt-get install subversion sudo apt-get install libapache2-s

[原创]安装Ubuntu Server 14.04后

安装后许多软件都没有,需要进行安装. 官方指南:https://help.ubuntu.com/lts/serverguide/index.html 1.修改网络配置文件 用ifconfig查看本地网卡,获得网卡名称 p2p1,如果只有lo,则执行 dmesg | grep eth. 修改/etc/network/interfaces文件,这个配置更新过,加入了dns的配置 sudo vim /etc/network/interfaces iface eth0 inet static addre