Wildhoney / Magento-on-Angular

Angular.js application using Magento as the backend API
360 stars 120 forks source link

Problems with instalation #84

Open przmak opened 9 years ago

przmak commented 9 years ago

Hello, I'm trying to install Moa, thou I encounter many problems with it

Basicly I will write step by step what I'm doing,

Got a fresh linux ubuntu server 14.04 I'm installing : php5 , mysql ,apache2 , php5 mcrypt, git, nodejs, npm , npm bower

To be more clear mayby I will just put down the commands I use for installing thoes things, so we won't get any missunderstandings if something is done wrong by me

sudo apt-get install apache2
sudo mysql_install_db
sudo apt-get install php5 libapache2-mod-php5 php5-mcrypt
sudo apt-get install mcrypt php5-mcrypt

sudo php5enmod mcrypt

sudo apt-get install git

sudo apt-get install nodejs
sudo apt-get install node
sudo apt-get install npm
sudo npm install bower -g

I'm downloading the zip file and unzip your project to folder "/var/www/moa" After that I'm going thought with your installation guide

In "/var/www/moa"

npm install

I'm not sure if everything is ok here because I get some red errors on the console http://www.speedyshare.com/3ARNz/npm-debug.log

bower install

This doesn't seem to throw any info about errors cd api/ curl -sS https://getcomposer.org/installer | php php composer.phar self-update php composer.phar install

Now i get some error http://speedy.sh/CztXg/errorPhar.txt

Seems I'm missing some config.json Where should I get it ?

edit

Gosh, I see the config.json.sample now ... Anyway I'm certain that I will have problems cus of thoes errors that are happening to me on npm install

aonic commented 9 years ago

Can you put the log outputs on gist.github.com? On Sun, Dec 21, 2014 at 9:22 AM przmak notifications@github.com wrote:

Hello, I'm trying to install Moa, thou I encounter many problems with it

Basicly I will write step by step what I'm doing,

Got a fresh linux ubuntu server 14.04 I'm installing : php5 , mysql ,apache2 , php5 mcrypt, git, nodejs, npm , npm bower

To be more clear mayby I will just put down the commands I use for installing thoes things, so we won't get any missunderstandings if something is done wrong by me

sudo apt-get install apache2 sudo mysql_install_db sudo apt-get install php5 libapache2-mod-php5 php5-mcrypt sudo apt-get install mcrypt php5-mcrypt

sudo php5enmod mcrypt

sudo apt-get install git

sudo apt-get install nodejs sudo apt-get install node sudo apt-get install npm sudo npm install bower -g

I'm downloading the zip file and unzip your project to folder "/var/www/moa" After that I'm going thought with your installation guide

In "/var/www/moa"

npm install

I'm not sure if everything is ok here because I get some red errors on the console http://www.speedyshare.com/3ARNz/npm-debug.log

bower install

This doesn't seem to throw any info about errors cd api/ curl -sS https://getcomposer.org/installer | php php composer.phar self-update php composer.phar install

Now i get some error http://speedy.sh/CztXg/errorPhar.txt

Seems I'm missing some config.json Where should I get it ?

— Reply to this email directly or view it on GitHub https://github.com/Wildhoney/Magento-on-Angular/issues/84.