Aug 11
14
Bored and Thinking About Designing A New CMS
Leave a comment »
Today, while at work, I started thinking about what kind of project I could play with next, so here is my idea. I think I would like to build a CMS run on Google Go, using a MongoDB and have the front end use HTML5 and CSS3. With that being said, I've started getting the environment setup.
- First I installed the Eclipse plugin: goClipse.
- After goClipse, I downloaded MongoDB and installed it to my machine and built a directory for the database on my laptop. Check MongoDB Quickstart documentation for Windows.
- After MongoDB was installed, I added mEclipse to Eclipse as well so that I could easily work with MongoDB in Eclipse.
Now I just need to get Google Go installed on this machine and functioning properly. I wish there was an easy way to install it to a Windows machine.