Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pixel Humain
GoGoCarto
Commits
1ac6af07
Commit
1ac6af07
authored
Jul 29, 2018
by
Sebastian Castro
Browse files
Small fixes
parent
94e86578
Changes
3
Hide whitespace changes
Inline
Side-by-side
docs/install_debian.sh
View file @
1ac6af07
...
...
@@ -64,8 +64,8 @@ fi
# NODEJSsudo apt-get install -y make php5-dev php-pear
curl
-sL
https://deb.nodesource.com/setup_7.x |
sudo
-E
bash -
sudo
apt-get
install
-y
nodejs
curl
-L
https://npmjs.org/install.sh |
sudo
s
h
curl
-L
https://npmjs.org/install.sh |
sudo
s
h
# PULL CODE
cd
$WEB_DIR
git clone
-b
master https://github.com/pixelhumain/GoGoCarto.git
...
...
@@ -139,11 +139,6 @@ php bin/console doctrine:mongodb:generate:hydrators ;
php bin/console doctrine:mongodb:generate:proxies
;
php bin/console doctrine:mongodb:fixtures:load
;
php bin/console doctrine:schema:update
--force
php bin/console doctrine:fixtures:load
php bin/console cache:clear
--env
=
prod
;
chmod
-R
777 var/
;
# adding crontab task
...
...
docs/installation.md
View file @
1ac6af07
...
...
@@ -36,14 +36,13 @@ cd GoGoCarto/
### Installing dependencies
Php dependency (symfony, bundles...)
```
php path-to/composer.phar install or
composer install
composer install
```
*During installation, config/parameters file will be created, leave default fields*
Workflow dependencies (compiling sass and javascript)
```
npm install gulp
npm install -g gulp
npm install
```
...
...
web/config.php
100755 → 100644
View file @
1ac6af07
File mode changed from 100755 to 100644
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment