Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 606 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 606 Bytes

Development environment in docker compose

Add point.local to /etc/hosts:

# root
echo '127.0.0.1 point.local i.point.local arts.point.local' >> /etc/hosts

Clone the repo:

git clone https://github.com/artss/point.git
cd point

Initialize:

./init.sh

Launch:

# Launch the whole service
docker-compose up

# Launch individual services. See service names in the docker-compose.yml
docker-compose up www websocket

Open the URL in your browser:

https://point.local/

All users and XMPP bot have password 123.