Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with instalation #84

Open
przmak opened this issue Dec 21, 2014 · 1 comment
Open

Problems with instalation #84

przmak opened this issue Dec 21, 2014 · 1 comment

Comments

@przmak
Copy link

przmak commented Dec 21, 2014

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
Copy link
Collaborator

aonic commented Dec 22, 2014

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
#84.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants