-
Notifications
You must be signed in to change notification settings - Fork 86
Cannot GET / - what to do after installation #93
Comments
I am in the process of getting everything up and running as well. I didn't finish yet but I can try helping you out. As far as i understand you need to also generate public and private RSA keys and locate them inside config/keys folder (you'll have to create that folder first). Also, you'll need to tell your connect server about any client you want to use.
I also had to add this line to /etc/hosts:
Save the output from that command. you'll need to enter the After running the connect server you'll want to also run at least one app that is using this server. I'll submit pull requests to both projects as soon as i'll figure it out! |
also, feel free to join the chat: https://gitter.im/anvilresearch/connect |
@kwo sorry for the incomplete instructions. We're in the process of completely rewriting the docs in this repo. The wiki has some mostly correct information, but it's missing some newer features. The root path To see that the server is working, you can use the command What language/framework/platform are you working with? Several libs are known to work with Anvil and many more should be usable with a little tweaking here and there. I'll be on gitter for the most of the day today. Feel free to drop in and say hello. |
nv uri
|
Are you running that from the root of your project? |
nope.
events.js:72 |
nv version? |
|
@christiansmith I'm developing in Node and Go and I see that there is another repository here with a node client (and I guess I can also use passport). I just tried "nv uri" and that took me to a login page that I was expecting. |
After following the getting started instructions at http://anvil.io/#getstarted, I'm not sure what to do next. Attempting to browse to the server URL at http://localhost:3000/ returns a plain text error message in the browser: "Cannot GET /". Do I need to customize the webapp first? How would I do that? Thx.
The text was updated successfully, but these errors were encountered: