Github Project: https://github.com/jimskon/cloudwifi
Initial connection of Pi
After plugging in a Pi go to http://cloudwifi.org:3000.
Logon as jimskon@hotmail.com for manager mode (ask Skon for password)
Look for the Pi. You can log into the Pi with it’s IP address, and change it to use you portal.
Running the Portal:
rails s -b 0.0.0.0 -p port -P branch.pid
where port is what you are using (e.g. 3002) and branch is the branch you are using.
Create a new branch and add to GitHub:
git switch FixStatus
bundle update
bundle install --gemfile /home/username/cloudwifi/Gemfile
username is your username
