emillind / zulip

Zulip server - powerful open source team chat
https://zulip.org/
Other
0 stars 1 forks source link

Install dev environment #1

Open emillind opened 6 years ago

emillind commented 6 years ago

Reflect on the following while doing so:

  1. How easily can you build the project? Briefly describe if everything worked as documented or not:
    • Did you have to install a lot of additional tools to build the software? Were those tools well documented?
    • Were other components installed automatically by the build script?
    • Did the build conclude automatically without errors?
    • How well do examples and tests run on your system(s)?
  2. Do you plan to continue or choose another project?
joakimboman commented 6 years ago

I have set it all up now and it seems to work. I have answered all of these questions locally so maybe we can do a summary when everyone have installed the environment.

Aweponken commented 6 years ago

Got it working, I had to used the commands we talked about on Messenger to get the tests working. git remote add upstream https://github.com/zulip/zulip.git and then git fetch upstream