LoginSignup
0
0

More than 5 years have passed since last update.

Ubuntu上でLAMPとNeo4jの環境構築

Last updated at Posted at 2016-12-21

UbuntuをVirtualBox上に構築

1.下記のURLで仮装ハードディスクイメージ(多分.vhd)をダウンロード
https://www.ubuntulinux.jp/download

2.下記のURLを参考にインストール(スペックは適宜)
https://mtfield.net/virtualbox-ubuntu-14-04-image-disk/

Ubuntuの更新

sudo apt-get update 
sudo ape-get upgrade

MySQL, PHP, Apacheの環境のインストール

sudo apt-get install php apache2 mysql-server php-mysql libapache2-mod-php php-mbstring php-gettext

Neo4jの環境のインストール

下記のURLを参照
http://qiita.com/mickey390/items/dc195f40acb9e97e99ba

その他必要な環境のインストール

sudo apt-get install git phpmyadmin 
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0