If you haven't looked at Cisco DevNet, it's a really hoppin' resource for hands on work.
(Who says 'hoppin' resource'?)
I'm working from two articles to:
Copying from git in cmd worked well (Somehow, I couldn't do it in Git Bash)
However;
The immediate following is from the 'Setting up your workstation for this computer' section of the instructions.
There is no folder called meraki-captive-portal-python. There's an actual python executable. I could make the folder, but there's no telling if something was intended to be in said folder.
Looking at the list of files, it's...just not there? Well, let's see what we can do instead.
The next bit of instructions tell us to go to \meraki-code\meraki-captive-portal\sample-captive-portal, which exists, so good for us!
We run the program. Next line starts with a command that's not recognized by windows apparently. This thread says use 'git bash', and then the cmd line says something interesting.
It doesn't help, but it is a nice feature!
Take a look at the instructions again; here. Under Windows. Whatever runs 'source', I don't have installed, so cmd doesn't know what I'm on about. Oddly, I do have git bash but it's still not working.
I may have found a different way to activate the demo captive portal;
dir /s command shows a list of every folder within the Meraki-code directory and their contents.
Take a moment to revisit the instructions again from four lines up. Go on!
I opened the 'Requirements.txt' file; It was a list of programs. "You told me what I need," I thought, "Now, about using it...? Hey, what about that code..."
You can just install things that are a list if you use the appropriate parameters. Technology is amazing.
After a long week of chipping away, surely, we should be able to proceed:
The comments are strangely placed...thank you very much to everyone on Twitter / Slackchat who helped.
Despite installing Flask , the flask module wasn't imported.
It's installed for Python 3 (Somehow), but not Python 2, and this must be working in a Python 2 environment. So, how do we change this to a Python 3 environment?
After approaching Twitter with the problem and getting some help....
So I moved over to the 'sample' side. Had to move the source path from it's home in a hidden file path with this guide.
It still didn't find it. So I ran the next code in the list, and...
The favicon is the tiny image in the address bar. I go to http://localhost:5004/click and...
CONCLUSION:
There are files you copy that are 'Mission' aren't intended for home use.
With the appropriate parameters, you can install a list of programs that are in a .txt file. Always be mindful of where the files come from!
Don't stop! It took me a week to do this but I didn't give up!
In a test environment, it's okay to skip some lines, because who knows what may happen. Working in tech is never a straightforward process, and you're going to have to reach out, ask for help.
I learned how to move environment variables.
EMPLOYERS: This shows persistence! Sometimes you have to take a break, but don't stop!
(Who says 'hoppin' resource'?)
I'm working from two articles to:
- Use Meraki
- Make a captive portal - That thing that says 'Adhere by our T&C' when you try to log in to use public Wi-Fi with your VPN (You are using a VPN, right?)
Copying from git in cmd worked well (Somehow, I couldn't do it in Git Bash)
However;
The immediate following is from the 'Setting up your workstation for this computer' section of the instructions.
- Clone the repository and change into the new folder.
$ git clone https://github.com/CiscoDevNet/meraki-code $ cd ~/meraki-code/meraki-captive-portal-python
There is no folder called meraki-captive-portal-python. There's an actual python executable. I could make the folder, but there's no telling if something was intended to be in said folder.
Looking at the list of files, it's...just not there? Well, let's see what we can do instead.
The next bit of instructions tell us to go to \meraki-code\meraki-captive-portal\sample-captive-portal, which exists, so good for us!
We run the program. Next line starts with a command that's not recognized by windows apparently. This thread says use 'git bash', and then the cmd line says something interesting.
It doesn't help, but it is a nice feature!
Take a look at the instructions again; here. Under Windows. Whatever runs 'source', I don't have installed, so cmd doesn't know what I'm on about. Oddly, I do have git bash but it's still not working.
I may have found a different way to activate the demo captive portal;
dir /s command shows a list of every folder within the Meraki-code directory and their contents.
Take a moment to revisit the instructions again from four lines up. Go on!
I opened the 'Requirements.txt' file; It was a list of programs. "You told me what I need," I thought, "Now, about using it...? Hey, what about that code..."
You can just install things that are a list if you use the appropriate parameters. Technology is amazing.
After a long week of chipping away, surely, we should be able to proceed:
The comments are strangely placed...thank you very much to everyone on Twitter / Slackchat who helped.
Despite installing Flask , the flask module wasn't imported.
It's installed for Python 3 (Somehow), but not Python 2, and this must be working in a Python 2 environment. So, how do we change this to a Python 3 environment?
After approaching Twitter with the problem and getting some help....
Turns out the Mission codes aren't designed to be run at home.
So I moved over to the 'sample' side. Had to move the source path from it's home in a hidden file path with this guide.
It still didn't find it. So I ran the next code in the list, and...
This is great news; I know this screen. It's saying "Hey, you're opening a port on your machine. Since it's so high level, we give you the benefit of the doubt that you're doing this on purpose. Be careful."
I allow private access;
The favicon is the tiny image in the address bar. I go to http://localhost:5004/click and...
🎉🎆🎇
CONCLUSION:
There are files you copy that are 'Mission' aren't intended for home use.
With the appropriate parameters, you can install a list of programs that are in a .txt file. Always be mindful of where the files come from!
Don't stop! It took me a week to do this but I didn't give up!
In a test environment, it's okay to skip some lines, because who knows what may happen. Working in tech is never a straightforward process, and you're going to have to reach out, ask for help.
I learned how to move environment variables.
EMPLOYERS: This shows persistence! Sometimes you have to take a break, but don't stop!
Comments
Post a Comment