Chaosthebot / Chaos

A social coding experiment that updates its own code democratically.
http://chaosthebot.com
MIT License
2.44k stars 210 forks source link

startup.sh error #539

Closed eamanu closed 7 years ago

eamanu commented 7 years ago

When I run sh startup.sh I have this error:

startup.sh: 5: startup.sh: [[: not found
startup.sh: 5: startup.sh: [[: not found
startup.sh: 5: startup.sh: [[: not found
startup.sh: 5: startup.sh: [[: not found
startup.sh: 5: startup.sh: [[: not found
startup.sh: 5: startup.sh: [[: not found

That is normal?

rudehn commented 7 years ago

No. You need to do bash startup.sh

eamanu commented 7 years ago

And how could I start my dev server?

rudehn commented 7 years ago

The best way is to download docker and then

cd dev/docker
./build.sh
./run.sh

Use sudo if if needs permissions.

eamanu commented 7 years ago

@rudehn Ok Thanks!