Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #5 from ngilain/update_docker
Browse files Browse the repository at this point in the history
Update docker environment
  • Loading branch information
julienj authored Aug 30, 2019
2 parents 4e0c707 + 6ca8eb8 commit 8305495
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions doc/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
```bash
git clone https://github.com/julienj/twity.git
cd twity
cp .env.dist .env
composer insall
composer install
npm install
npm run build
```
Expand Down Expand Up @@ -57,6 +56,8 @@ GITLAB_CLIENT_ID=my-client-id
GITLAB_CLIENT_ID_SECRET=my-secret
```

If you choose to setup the Gilab Oauth, when creating the twity application on your Gitlab account, you will have to
fill in the redirect uri. These uri is `http(s)://YOURTWITYDOMAIN/login/gitlab`

## Create indexes

Expand Down
4 changes: 3 additions & 1 deletion docker/php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ RUN apt-get install --yes gnupg
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash
RUN apt-get install --yes nodejs

#npm
RUN apt-get install --yes npm

# xdebug
RUN pecl install xdebug
Expand All @@ -35,4 +37,4 @@ RUN apt-get install --yes librabbitmq-dev
RUN pecl install amqp
RUN echo "extension=amqp.so" > /usr/local/etc/php/conf.d/amqp.ini


WORKDIR /srv/twity

0 comments on commit 8305495

Please sign in to comment.