-
Notifications
You must be signed in to change notification settings - Fork 96
Running Brick on Intranet #118
Comments
Are you looking to host everything yourself? Or just link to the stylesheet? If the latter, it would require a request to the internet. If you want to host everything yourself: you can clone this repo, then use Jekyll to build it. Then you can use either the |
@alfredxing no need to modify anything on brick.php or brick.go? It will work, just out of the box? |
@Fastidious It should (after you build it with Jekyll, as mentioned above)! It runs okay on my OS X machine, and in prod it runs on Linux. Let me know if you run into any issues! |
Oh, actually, the Go version works out of the box, the PHP one would obviously need some server config (I use nginx). Just rewrite everything to that script. |
@alfredxing I see:
on the brick.go file (similar on the PHP file). Are you sure that will run fine on an Intranet (no Internet access at all)? |
Oh, hm, sorry about that! I'm almost completely forgetting how Brick works on the backend. Just going back to server configuration as well: this is the nginx rewrite I'm using
This also means that what I said earlier about the Go file "working out of the box" is incorrect as well: you'll need to run a server like nginx to serve all of the font files, and run the Go CSS server on a different port. You can then either live with having these 2 different ports, or if you want, reverse proxy to the Go server in your nginx config. Again, my sincere apologies for the incorrect information! |
How would I go to get Brick running on an Intranet? Is it something that is relatively easy to install?
The text was updated successfully, but these errors were encountered: